summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-08-29 16:24:39 +0200
committerQC <qball@gmpclient.org>2014-08-29 16:24:39 +0200
commitbcbf512dc48745443479694164e2de4bb813181d (patch)
tree625e84874973e8a62e3036225996d550de62bf52 /.travis.yml
parent94d17b00019b195bdde2c304f5a02f75693edba2 (diff)
Add another test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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'