Add .travis.yml config

This commit is contained in:
Maxime Coste 2014-11-21 13:23:46 +00:00
parent 43cfc48efc
commit e8d658eaf9

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: cpp
compiler: clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libncursesw5-dev
- sudo apt-get install -y libboost-regex-dev
script: cd src && make && make test