Fixes #166 - Build on both Linux and macOS

This commit is contained in:
Stefan Arentz 2017-09-28 23:43:38 -04:00
parent 070981ed7b
commit 07a1b186ad
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 lua; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --yes libsdl2-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --yes libgles2-mesa-dev libsdl2-dev; fi
before_script:
- cd src