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 3758861 commit a61a968Copy full SHA for a61a968
.travis.yml
@@ -6,13 +6,13 @@ branches:
6
matrix:
7
include:
8
- os: osx
9
- osx_image: xcode9
+ osx_image: xcode9.1
10
xcode_scheme: ReactiveTask
11
script:
12
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
13
env: JOB=Xcode9
14
15
16
17
- swift --version
18
- swift build
0 commit comments