.travis.yml
browsing at commit = fd23498743afc11fdb61385adf7248196ebff86c
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
packages:
- g++-4.9
- build-essential
- libsdl2-dev
- libsdl2-image-dev
- libsdl2-mixer-dev
- libsdl2-ttf-dev
- libenet-dev
- libphysfs-dev
- libboost1.55-dev
- libjsoncpp-dev
- scons
cache:
apt: true
install:
- export CXX="g++-4.9"
script: ./travis_build.script
notifications:
email: false