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 39a6c2d commit c7415a2Copy full SHA for c7415a2
.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