Skip to content

Commit 9989475

Browse files
committed
update pod instlal
1 parent 326c658 commit 9989475

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
language: objective-c
22
before_install:
3-
# - rvm install 2.2.2
4-
# - rvm use 2.2.2
5-
# - brew update
6-
# - brew outdated xctool || brew upgrade xctool
3+
- rvm install 2.3.1
4+
- rvm use 2.3.1
5+
- brew update
6+
- brew outdated xctool || brew upgrade xctool
77
- gem install cocoapods --pre
88
- pod --version
9-
9+
- pod repo remove master
10+
- pod setup
11+
- pod install --verbose --no-repo-update
1012
before_script:
1113
- export QINIU_TEST_ENV="travis"
1214
script:

0 commit comments

Comments
 (0)