- a config file for travis

This commit is contained in:
Niels 2013-07-04 10:54:16 +02:00
parent b9465f8d65
commit ac6ced6fb8
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
src/.DS_Store
.DS_Store

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: cpp
compiler:
- clang
before_script:
- autoreconf -iv
- ./configure
script:
- make
- make check