1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-04 18:36:31 -05:00

Use xcpretty for xcodebuild on Travis

This commit is contained in:
chinhodado
2015-06-01 21:27:22 -04:00
committed by Chin
parent 8a04c65e20
commit c2046a109a
2 changed files with 2 additions and 1 deletions

View File

@@ -26,4 +26,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew tap homebrew/versions
brew install qt5 glfw3 pkgconfig
gem install xcpretty
fi