We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2db2a commit 2ec1fd2Copy full SHA for 2ec1fd2
2 files changed
.travis.yml
@@ -5,6 +5,7 @@ env:
5
- LC_CTYPE=en_US.UTF-8
6
- LANG=en_US.UTF-8
7
before_install:
8
+ - bundle update
9
- bundle install
10
- bundle exec pod update
11
script:
Gemfile
@@ -1,7 +1,7 @@
1
source 'http://rubygems.org'
2
3
# The Cocoa library package manager.
4
-gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git', :tag => '1.1.0.rc.2'
+gem 'cocoapods'
# A CocoaPods plugin to remove and de-intergrate CocoaPods from your project .
gem 'cocoapods-deintegrate'
0 commit comments