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 3c24d9a commit a7b9bccCopy full SHA for a7b9bcc
.travis.yml
@@ -8,6 +8,8 @@ matrix:
8
- os: osx
9
osx_image: xcode9.4
10
xcode_scheme: ReactiveTask
11
+ before_script:
12
+ - gem install xcpretty
13
script:
14
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
15
env: JOB=Xcode9.4
0 commit comments