1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 00:58:37 +00:00

workaround travis bug, add xcpretty

This commit is contained in:
Serg 2018-05-07 08:42:24 +07:00
parent 9c803e85cc
commit 3854b455a6

View File

@ -2,3 +2,5 @@ language: swift
xcode_project: MTMR.xcodeproj
xcode_scheme: UnitTests
osx_image: xcode9.3
install: gem install xcpretty
script: "xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]}"