tunnelkit/.travis.yml

17 lines
442 B
YAML
Raw Normal View History

language: objective-c
2020-06-12 23:18:06 +00:00
osx_image: xcode11.5
xcode_workspace: TunnelKit.xcworkspace
xcode_scheme: TunnelKit-iOS
2020-06-12 23:18:06 +00:00
xcode_destination: platform=iOS Simulator,OS=13.5,name=iPhone 11 Pro Max
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