Update .travis.yml
This commit is contained in:
parent
d51f1000bd
commit
4bcdd995d3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- pod install
|
- pod install
|
||||||
- travis_wait 45 carthage bootstrap --platform iOS
|
- travis_wait 45 carthage bootstrap --platform iOS
|
||||||
- ./gopenpgp_install.sh
|
- ./gopenpgp_build.sh
|
||||||
script:
|
script:
|
||||||
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane test && fastlane beta; else fastlane test; fi
|
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane test && fastlane beta; else fastlane test; fi
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue