-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
27 lines (25 loc) · 974 Bytes
/
.travis.yml
File metadata and controls
27 lines (25 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: objective-c
xcode_project: TBODeveloperOverlay/TBODeveloperOverlay.xcodeproj
xcode_scheme: TBODeveloperOverlay
xcode_sdk: iphonesimulator
osx_image: xcode9.1
script:
- xcodebuild -project $TRAVIS_XCODE_PROJECT -scheme $TRAVIS_XCODE_SCHEME -sdk iphonesimulator build | xcpretty
# before_install:
# - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
#
# # install:
# # - gem install danger
#
# before_script:
# - export LANG=en_US.UTF-8
# # - danger
# env:
# matrix:
# - TEST_DEVICE="iPhone 6,OS=11.0"
# - TEST_DEVICE="iPhone 6,OS=10.3"
# - TEST_DEVICE="iPhone 6,OS=9.3"
#
# script:
# - xcodebuild -project TBODeveloperOverlay/TBODeveloperOverlay.xcodeproj -scheme TBODeveloperOverlay -destination "platform=iOS Simulator,name=iPhone 6,OS=11.0" build | xcpretty
# - xcodebuild -workspace $TRAVIS_XCODE_WORKSPACE -scheme $TRAVIS_XCODE_SCHEME -sdk iphonesimulator11.0 -destination "platform=iOS Simulator,name=$TEST_DEVICE" test | xcpretty