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.
2 parents 39a6c2d + c7415a2 commit 42379ebCopy full SHA for 42379eb
.travis.yml
@@ -3,3 +3,5 @@ osx_image: xcode9.3
3
xcode_project: XcodeProject.xcodeproj
4
xcode_scheme: XcodeProject
5
xcode_sdk: macosx10.13
6
+script:
7
+ - xcodebuild test -scheme XcodeProject | tee xcodebuild.log | xcpretty && exit ${PIPESTATUS[0]}
0 commit comments