Skip to content

Commit 0570384

Browse files
committed
Update travis config
1 parent f74d660 commit 0570384

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ osx_image: xcode7
33
before_install:
44
- gem install xcpretty --no-document
55
script:
6-
- set -o pipefail
7-
- xcodebuild -project CommandKit.xcodeproj -scheme CommandKit -sdk macosx test | xcpretty -c
6+
- set -o pipefail && xcodebuild -project Commander.xcodeproj -scheme Commander -sdk macosx test | xcpretty -c

0 commit comments

Comments
 (0)