We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9873bef commit fea463cCopy full SHA for fea463c
.travis.yml
@@ -2,4 +2,4 @@ language: objective-c
2
osx_image: xcode9
3
before_install:
4
- gem install xcpretty
5
-script: xcodebuild clean test -project MQTTClient/MQTTClient.xcodeproj -scheme MQTTClientiOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6 Plus,OS=11.0' | xcpretty && exit ${PIPESTATUS[0]}
+script: xcodebuild clean test -project MQTTClient/MQTTClient.xcodeproj -scheme MQTTClientiOS -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6 Plus,OS=11.0' | tee xcodebuild.log | xcpretty && exit ${PIPESTATUS[0]}
0 commit comments