Commit 9939904b authored by Max Kellermann's avatar Max Kellermann

.travis.yml: configure with --disable-silent-rules --disable-dependency-tracking

parent ca23b15f
......@@ -26,6 +26,6 @@ install:
script:
- test "$TRAVIS_OS_NAME" != "linux" || export CC=gcc-5 CXX=g++-5
- ./autogen.sh
- ./configure --enable-test
- ./configure --disable-silent-rules --disable-dependency-tracking --enable-test
- make
- make check
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment