ci: remove pod related scripts

This commit is contained in:
Mingshen Sun 2019-06-08 15:00:16 -07:00
parent 0d4370ee40
commit 5ccf5461b8
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 1 additions and 6 deletions

View file

@ -8,12 +8,7 @@ before_install:
- echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
install:
- gem update fastlane
- gem install xcodeproj
- gem uninstall -aIx cocoapods
- gem install cocoapods -v 1.5.3
- pod --version
before_script:
- pod install
- travis_wait 45 carthage bootstrap --platform iOS
- ./gopenpgp_build.sh
script: