all repos — mgba @ 92561e68665e6477d2ab4b0e94fa9c1a1649b7c1

mGBA Game Boy Advance Emulator

All: Travis attempt 3
Jeffrey Pfau jeffrey@endrift.com
Mon, 21 Sep 2015 00:50:27 -0700
commit

92561e68665e6477d2ab4b0e94fa9c1a1649b7c1

parent

45f52898dc202ebd931720a537af24b33a7e47a6

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
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