passforios/.travis.yml
2018-11-10 20:48:56 -08:00

13 lines
368 B
YAML

language: objective-c
osx_image: xcode10.1
before_install:
- echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
install:
- gem update fastlane
- gem install xcodeproj
before_script:
- pod install
- travis_wait 45 carthage bootstrap --platform iOS
script:
- fastlane test
- if [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane beta; fi