Added CI (travis)

This commit is contained in:
Jacob Perron 2016-02-02 22:36:29 -08:00
parent 1eb69831c4
commit e93a380360

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: cpp
compiler:
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install libboost-system-dev libboost-thread-dev
script:
- cmake .
- make