Skip to content

Commit

Permalink
Use travis' built-in xcpretty
Browse files Browse the repository at this point in the history
  • Loading branch information
loudmouth committed Jun 12, 2018
1 parent e95a58e commit 2ff5967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/travis-build-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ fi
# -jobs -- specify the number of concurrent jobs
# `sysctl -n hw.ncpu` -- fetch number of 'logical' cores in macOS machine
xcodebuild -jobs `sysctl -n hw.ncpu` test -project DVR.xcodeproj -scheme ${TRAVIS_XCODE_SCHEME} -sdk ${TRAVIS_XCODE_SDK} \
-destination "platform=${DESTINATION}" ONLY_ACTIVE_ARCH=YES CODE_SIGNING_IDENTITY="" CODE_SIGNING_REQUIRED=NO
-destination "platform=${DESTINATION}" ONLY_ACTIVE_ARCH=YES CODE_SIGNING_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c

0 comments on commit 2ff5967

Please sign in to comment.