All: Travis attempt 3

This commit is contained in:
Jeffrey Pfau 2015-09-21 00:50:27 -07:00
parent 45f52898dc
commit 92561e6866
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -7,6 +7,8 @@ compiler:
- gcc
- clang
sudo: required
before_install:
- ./.travis-deps.sh