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 - echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
install: install:
- gem update fastlane - gem update fastlane
- gem install xcodeproj
- gem uninstall -aIx cocoapods
- gem install cocoapods -v 1.5.3
- pod --version
before_script: before_script:
- pod install
- travis_wait 45 carthage bootstrap --platform iOS - travis_wait 45 carthage bootstrap --platform iOS
- ./gopenpgp_build.sh - ./gopenpgp_build.sh
script: script:

View file

@ -44,7 +44,7 @@ platform :ios do
) )
build_app( build_app(
scheme: "pass", scheme: "pass",
project: "pass.xcodeproj" project: "pass.xcodeproj",
verbose: true verbose: true
) )
upload_to_testflight( upload_to_testflight(