From bcbf512dc48745443479694164e2de4bb813181d Mon Sep 17 00:00:00 2001 From: QC Date: Fri, 29 Aug 2014 16:24:39 +0200 Subject: Add another test. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6f99b6fd..5226d398 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ before_install: - sudo pip install cpp-coveralls script: - - autoreconf -i && ./configure --enable-gcov && make && make -C test/ test && ./test/run_errormsg_test.sh + - autoreconf -i && ./configure --enable-gcov && make && make test after_success: - coveralls -x c --gcov-options '\-lp' -- cgit v1.2.3