diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..84ca2787c --- /dev/null +++ b/.travis.yml @@ -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 +