Skip to content

Commit 3a41315

Browse files
author
Pedro Piñera
committed
Run xcpretty from Bundler
1 parent def8204 commit 3a41315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
osx_image: xcode9.4
1010
xcode_scheme: ReactiveTask
1111
script:
12-
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
12+
- set -o pipefail && xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | bundle exec xcpretty
1313
env: JOB=Xcode9.4
1414
- os: osx
1515
osx_image: xcode9.4

0 commit comments

Comments
 (0)