language: objective-c osx_image: xcode11.5 xcode_workspace: TunnelKit.xcworkspace xcode_scheme: TunnelKit-iOS 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