Attempt travis integration

This commit is contained in:
Jack Bond-Preston 2016-07-31 20:53:25 +01:00
parent 69661261d7
commit c708219d13

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: cpp
compiler:
- gcc
addons:
apt:
packages:
- cmake
- libboost-all-dev
- libcurl-dev
script:
- cmake .
- make