We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7210db6 commit 9b86e5aCopy full SHA for 9b86e5a
.travis.yml
@@ -2,10 +2,9 @@ osx_image: xcode8.2
2
language: objective-c
3
xcode_project: Diff.xcodeproj
4
xcode_scheme: Diff-Mac
5
-before_install:
6
- - gem install xcpretty
+install:
+ - gem install xcpretty
7
git:
8
depth: 3
9
-
10
script:
11
- - xcodebuild test -scheme DiffTests -project Diff.xcodeproj | xcpretty
+ - set -o pipefail && xcodebuild -project Diff.xcodeproj -scheme DiffTests test | xcpretty
0 commit comments