We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf11c2 commit 06d7365Copy full SHA for 06d7365
.travis.yml
@@ -11,6 +11,12 @@ matrix:
11
script:
12
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
13
env: JOB=Xcode8
14
+ - os: osx
15
+ osx_image: xcode9
16
+ xcode_scheme: ReactiveTask
17
+ script:
18
+ - set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
19
+ env: JOB=Xcode9
20
- os: osx
21
osx_image: xcode8.3
22
0 commit comments