travis: Run "make check" instead of "make test"

This commit is contained in:
Petri Lehtinen 2012-12-28 14:22:24 +02:00
parent 99855b2d63
commit a2de27a828

View File

@ -2,4 +2,4 @@ language: c
compiler:
- gcc
- clang
script: autoreconf -f -i && ./configure && make && make test
script: autoreconf -f -i && ./configure && make check