Commit d19e7db0 authored by Max Kellermann's avatar Max Kellermann

.travis.yml: add shell variable OPTIONS

parent 9939904b
......@@ -24,8 +24,9 @@ install:
- test "$TRAVIS_OS_NAME" != "linux" || sudo apt-get install -qq g++-5
script:
- OPTIONS="--enable-test"
- test "$TRAVIS_OS_NAME" != "linux" || export CC=gcc-5 CXX=g++-5
- ./autogen.sh
- ./configure --disable-silent-rules --disable-dependency-tracking --enable-test
- ./configure --disable-silent-rules --disable-dependency-tracking $OPTIONS
- 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