Some fixups to Travis config
This commit is contained in:
@@ -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
|
||||
|
@@ -6,10 +6,6 @@ script: scons
|
||||
compiler:
|
||||
- clang
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- os: linux
|
||||
|
Reference in New Issue
Block a user