Skip to content

Commit

Permalink
Add xcpretty for prettier log files (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mederic-p committed Apr 25, 2018
1 parent c9e41a6 commit 172aa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,5 @@ language: swift
osx_image: xcode9.3
script:
set -o pipefail &&
xcodebuild -workspace OmiseGO.xcworkspace -scheme "OmiseGO" -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 8" test &&
xcodebuild -workspace OmiseGO.xcworkspace -scheme "OmiseGO" -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 8" test | xcpretty &&
pod lib lint;

0 comments on commit 172aa1f

Please sign in to comment.