Skip to content

Commit

Permalink
Forward raw logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcavar committed Jan 16, 2018
1 parent 9873bef commit fea463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: objective-c
osx_image: xcode9
before_install:
- gem install xcpretty
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 comments on commit fea463c

Please sign in to comment.