Travis integration

This commit is contained in:
sfan5
2014-12-24 21:24:49 +01:00
parent 722f02d121
commit 79968f2a35
3 changed files with 40 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: cpp
compiler:
- gcc
- clang
env:
- CXX11=1
- CXX11=0
before_install: ./util/travis/before_install.sh
script: ./util/travis/script.sh
notifications:
email: false
matrix:
fast_finish: true
exclude:
- env: CXX11=1
compiler: gcc