We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326c658 commit 9989475Copy full SHA for 9989475
.travis.yml
@@ -1,12 +1,14 @@
1
language: objective-c
2
before_install:
3
- # - rvm install 2.2.2
4
- # - rvm use 2.2.2
5
- # - brew update
6
- # - brew outdated xctool || brew upgrade xctool
+ - rvm install 2.3.1
+ - rvm use 2.3.1
+ - brew update
+ - brew outdated xctool || brew upgrade xctool
7
- gem install cocoapods --pre
8
- pod --version
9
-
+ - pod repo remove master
10
+ - pod setup
11
+ - pod install --verbose --no-repo-update
12
before_script:
13
- export QINIU_TEST_ENV="travis"
14
script:
0 commit comments