mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 17:38:38 +00:00
workaround travis bug, add xcpretty
This commit is contained in:
parent
9c803e85cc
commit
3854b455a6
@ -2,3 +2,5 @@ language: swift
|
|||||||
xcode_project: MTMR.xcodeproj
|
xcode_project: MTMR.xcodeproj
|
||||||
xcode_scheme: UnitTests
|
xcode_scheme: UnitTests
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
|
install: gem install xcpretty
|
||||||
|
script: "xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user