Added travis.yml

This commit is contained in:
R. Eric Wheeler 2015-08-07 11:36:49 -07:00
parent 999fec5bce
commit af10330cc6
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: cpp
compiler:
- gcc
- clang
branches:
only:
- master
- testing
notifications:
email: true
os:
- linux