Skip to content

Commit fea463c

Browse files
committed
Forward raw logs
1 parent 9873bef commit fea463c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: objective-c
22
osx_image: xcode9
33
before_install:
44
- 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]}
5+
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

Comments
 (0)