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
|
||||
|
Reference in New Issue
Block a user