add travis file

This commit is contained in:
arvidn 2015-06-04 20:15:57 -04:00
parent d43f7b56a2
commit 4a956e1980
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: cpp
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo apt-get install libboost-dev boost-build boost-jam; fi
- if [ $TRAVIS_OS_NAME == osx ]; then sudo port install boost boost-jam boost-build; fi
script:
- cd test; bjam -j2