tunnelkit/.travis.yml
Davide De Rosa 5bc44c4842 Restrict Travis-CI to master and stable
Should run in PRs though.
2019-05-27 22:00:15 +02:00

17 lines
438 B
YAML

language: objective-c
osx_image: xcode10.2
xcode_workspace: TunnelKit.xcworkspace
xcode_scheme: TunnelKit-iOS
xcode_destination: platform=iOS Simulator,OS=12.2,name=iPhone 8 Plus
cache:
- bundler
- cocoapods
branches:
only:
- master
- stable
install:
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
- bundle exec pod repo update
- travis_wait 20 bundle exec pod install