aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis-deps.sh
diff options
context:
space:
mode:
authorGravatar chinhodado <chin.bimbo@gmail.com>2015-06-01 21:27:22 -0400
committerGravatar Chin <chin.bimbo@gmail.com>2015-06-01 22:20:51 -0400
commitc2046a109a552d24b3bbdbc6711818267d1facb4 (patch)
tree093974565a963d8cc725fa2d4da42f7e5360e6de /.travis-deps.sh
parent8a04c65e20ba1f5c472c026b7a558e1d54324306 (diff)
Use xcpretty for xcodebuild on Travis
Diffstat (limited to '.travis-deps.sh')
-rwxr-xr-x.travis-deps.sh1
1 files changed, 1 insertions, 0 deletions
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