Add Travis build script

This commit is contained in:
James Myatt
2015-10-09 23:46:19 +01:00
parent 17e11e2c92
commit f786feac0a

24
.travis.yml Normal file
View File

@@ -0,0 +1,24 @@
language: cpp
compiler:
- gcc
os:
- linux
before_install:
- echo $LANG
- echo $LC_ALL
install:
- sh autogen.sh
before_script:
- ./configure
script:
- make
- make install
after_success:
- make check