Cleanup Fastfile and move commnds to .travis.yml

This commit is contained in:
Bob Sun 2018-08-13 20:15:56 -07:00
parent ff8e03540a
commit f28472842a
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
3 changed files with 16 additions and 67 deletions

View file

@ -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