From c2046a109a552d24b3bbdbc6711818267d1facb4 Mon Sep 17 00:00:00 2001 From: chinhodado Date: Mon, 1 Jun 2015 21:27:22 -0400 Subject: Use xcpretty for xcodebuild on Travis --- .travis-deps.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.travis-deps.sh') diff --git a/.travis-deps.sh b/.travis-deps.sh index f8074fb9..b9561bb6 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -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 -- cgit v1.2.3