Skip to content

Commit 2ec1fd2

Browse files
committed
Update travis
1 parent 5f2db2a commit 2ec1fd2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
- LC_CTYPE=en_US.UTF-8
66
- LANG=en_US.UTF-8
77
before_install:
8+
- bundle update
89
- bundle install
910
- bundle exec pod update
1011
script:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'http://rubygems.org'
22

33
# The Cocoa library package manager.
4-
gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git', :tag => '1.1.0.rc.2'
4+
gem 'cocoapods'
55

66
# A CocoaPods plugin to remove and de-intergrate CocoaPods from your project .
77
gem 'cocoapods-deintegrate'

0 commit comments

Comments
 (0)