Use the latest cocoapods

This commit is contained in:
Yishi Lin 2019-09-28 15:09:00 +08:00
parent a9f78688e2
commit 2903ba39a7

View file

@ -9,9 +9,6 @@ before_install:
install: install:
- gem update fastlane - gem update fastlane
- gem install xcodeproj - gem install xcodeproj
- gem uninstall -aIx cocoapods
- gem install cocoapods -v 1.6.1
- pod --version
before_script: before_script:
- pod install - pod install
- git diff --quiet "$TRAVIS_COMMIT_RANGE" -- ; GIT_DIFF_EXIT_CODE=$? - git diff --quiet "$TRAVIS_COMMIT_RANGE" -- ; GIT_DIFF_EXIT_CODE=$?