TravisCI config file.

This commit is contained in:
John McNamara 2015-04-16 23:55:17 +01:00
parent 568270f533
commit 12afebc6d0

View file

@ -17,7 +17,7 @@ install:
- cd ..
script:
- make
- CFLAGS=-Werror make
- make test_functional
- make test_unit
- make test_valgrind