tunnelkit/.travis.yml

17 lines
442 B
YAML
Raw Normal View History

language: objective-c
2020-10-29 18:18:20 +00:00
osx_image: xcode12.2
xcode_workspace: TunnelKit.xcworkspace
xcode_scheme: TunnelKit-iOS
2020-10-31 00:01:01 +00:00
xcode_destination: platform=iOS Simulator,OS=14.2,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
2020-11-15 22:00:21 +00:00
- travis_wait 40 bundle exec pod install