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