Initial configuration for Travis integration

A successful build is not expected at this stage.
This commit is contained in:
2016-11-05 23:04:50 -04:00
parent 1b64eeaecf
commit d93dae9096

18
.travis.yml Normal file
View File

@@ -0,0 +1,18 @@
language: cpp
script: scons
compiler:
- clang
sudo: required
dist: trusty
install:
- sudo apt-get update -qq
- sudo apt-get install -qq libsfml-dev libboost-dev
branches:
except:
- legacy-win32