Update .travis.yml

This commit is contained in:
Moritz F. Kuntze 2019-06-06 21:11:20 +02:00 committed by Mingshen Sun
parent d51f1000bd
commit 4bcdd995d3

View file

@ -15,7 +15,7 @@ install:
before_script:
- pod install
- travis_wait 45 carthage bootstrap --platform iOS
- ./gopenpgp_install.sh
- ./gopenpgp_build.sh
script:
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane test && fastlane beta; else fastlane test; fi
env: