Some fixups to Travis config

This commit is contained in:
2016-11-05 23:54:51 -04:00
parent 5a4382bb7b
commit 044543b717
2 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
#!/bin/bash #!/bin/bash
set -ev
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew install scons sfml boost # Also needs boost, but apparently that's already installed in Travis
brew install scons sfml
else else
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -qq libsfml-dev libboost-dev sudo apt-get install -qq libsfml-dev libboost-dev

View File

@@ -6,10 +6,6 @@ script: scons
compiler: compiler:
- clang - clang
os:
- linux
- osx
matrix: matrix:
allow_failures: allow_failures:
- os: linux - os: linux