Skip to content

Commit a7b9bcc

Browse files
author
Pedro Piñera
committed
Install xcpretty
1 parent 3c24d9a commit a7b9bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ matrix:
88
- os: osx
99
osx_image: xcode9.4
1010
xcode_scheme: ReactiveTask
11+
before_script:
12+
- gem install xcpretty
1113
script:
1214
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
1315
env: JOB=Xcode9.4

0 commit comments

Comments
 (0)