2021-01-01 10:13:41 +00:00
|
|
|
language: objective-c
|
2021-01-06 16:35:59 +00:00
|
|
|
osx_image: xcode12.2
|
2021-01-01 10:13:41 +00:00
|
|
|
xcode_workspace: Passepartout.xcworkspace
|
|
|
|
xcode_scheme: PassepartoutCore-iOS
|
2021-01-03 22:33:52 +00:00
|
|
|
xcode_destination: platform=iOS Simulator,OS=12.4,name=iPhone Xs Max
|
2021-01-01 10:13:41 +00:00
|
|
|
cache:
|
2021-01-04 23:12:06 +00:00
|
|
|
bundler: true
|
|
|
|
cocoapods: true
|
2021-01-01 10:13:41 +00:00
|
|
|
branches:
|
2021-01-04 23:12:06 +00:00
|
|
|
only:
|
|
|
|
- master
|
2021-01-06 16:35:59 +00:00
|
|
|
- fix-travis-ci
|
|
|
|
install:
|
|
|
|
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
|
|
|
- bundle exec pod repo update
|
|
|
|
- travis_wait 40 bundle exec pod install --verbose
|