Cleanup Fastfile and move commnds to .travis.yml
This commit is contained in:
parent
ff8e03540a
commit
f28472842a
3 changed files with 16 additions and 67 deletions
|
|
@ -1,8 +1,13 @@
|
|||
language: objective-c
|
||||
osx_image: xcode9.4
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
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:
|
||||
- gem update fastlane
|
||||
- gem install xcodeproj
|
||||
script:
|
||||
- ./fastlane/travis.sh
|
||||
- fastlane test
|
||||
- if [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane beta; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue