All: Travis attempt 3
Jeffrey Pfau jeffrey@endrift.com
Mon, 21 Sep 2015 00:50:27 -0700
2 files changed,
3 insertions(+),
1 deletions(-)
M
.travis-deps.sh
→
.travis-deps.sh
@@ -1,5 +1,5 @@
#!/bin/sh -if [ $TRAVIS_OS_NAME -eq "osx"]; then +if [ $TRAVIS_OS_NAME -eq "osx" ]; then brew install qt5 ffmpeg imagemagick sdl2 libzip libpng else sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y
M
.travis.yml
→
.travis.yml
@@ -7,6 +7,8 @@ compiler:
- gcc - clang +sudo: required + before_install: - ./.travis-deps.sh