Update .travis.yml
This commit is contained in:
parent
083c37f4e7
commit
d51f1000bd
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
language: objective-c
|
language: objective-c
|
||||||
osx_image: xcode10.2
|
osx_image: xcode10.2
|
||||||
|
addons:
|
||||||
|
homebrew:
|
||||||
|
packages:
|
||||||
|
- go
|
||||||
before_install:
|
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:
|
||||||
|
|
@ -11,6 +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
|
||||||
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