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 f74d660 commit 0570384Copy full SHA for 0570384
.travis.yml
@@ -3,5 +3,4 @@ osx_image: xcode7
3
before_install:
4
- gem install xcpretty --no-document
5
script:
6
-- set -o pipefail
7
-- xcodebuild -project CommandKit.xcodeproj -scheme CommandKit -sdk macosx test | xcpretty -c
+- set -o pipefail && xcodebuild -project Commander.xcodeproj -scheme Commander -sdk macosx test | xcpretty -c
0 commit comments