passforios/.travis.yml

14 lines
368 B
YAML
Raw Normal View History

2017-03-24 23:16:58 -07:00
language: objective-c
osx_image: xcode10.1
2017-03-28 10:40:31 -07:00
before_install:
- echo -e "machine github.com\n login $GITHUB_ACCESS_TOKEN" >> ~/.netrc
install:
- gem update fastlane
- gem install xcodeproj
before_script:
- pod install
2018-08-13 21:38:55 -07:00
- travis_wait 45 carthage bootstrap --platform iOS
2017-03-24 23:16:58 -07:00
script:
- fastlane test
- if [ "$TRAVIS_EVENT_TYPE" = "push" ]; then fastlane beta; fi