All: Travis attempt 6

This commit is contained in:
Jeffrey Pfau 2015-09-22 23:17:48 -07:00
parent 5bff395142
commit 5384eac176
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/sh
if [ $TRAVIS_OS_NAME = "osx" ]; then
brew update
brew install qt5 ffmpeg imagemagick sdl2 libzip libpng
else
sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y

View File

@ -2,6 +2,9 @@ os:
- linux
- osx
env:
- CMAKE_MODULE_PATH=/usr/local/opt/qt
language: c
compiler:
- gcc