first shot at travis

This commit is contained in:
Dan Guido 2014-08-08 17:36:27 -04:00
parent f59587712e
commit 543d0e4d6e

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: cpp
before_install:
- sudo apt-get update -qq
- sudo apt-get install boost-devel
script: cmake . && make
compiler:
- clang
- gcc