travis: Run "make check" instead of "make test"
This commit is contained in:
parent
99855b2d63
commit
a2de27a828
@ -2,4 +2,4 @@ language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: autoreconf -f -i && ./configure && make && make test
|
||||
script: autoreconf -f -i && ./configure && make check
|
||||
|
Loading…
Reference in New Issue
Block a user