2019-05-27 15:15:50 +00:00
|
|
|
language: objective-c
|
2020-06-12 23:18:06 +00:00
|
|
|
osx_image: xcode11.5
|
2019-05-27 15:15:50 +00:00
|
|
|
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
|
2019-05-27 15:15:50 +00:00
|
|
|
cache:
|
|
|
|
- bundler
|
|
|
|
- cocoapods
|
2019-05-27 20:00:15 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- stable
|
2019-05-27 15:15:50 +00:00
|
|
|
install:
|
|
|
|
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
|
|
|
- bundle exec pod repo update
|
|
|
|
- travis_wait 20 bundle exec pod install
|