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
set -ev
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
sudo apt-get update -qq
sudo apt-get install -qq libsfml-dev libboost-dev

View File

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