Travis CI: Remove unnecessary configure flag

The test suite no longer fails without --enable-transient_supervisors.
This commit is contained in:
Holger Weiss 2014-05-12 10:28:02 +02:00
parent 5d22159e9a
commit f4a3dbea70
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ before_script:
script: script:
- ./autogen.sh - ./autogen.sh
- ./configure --enable-transient_supervisors --enable-all --disable-http --disable-odbc - ./configure --enable-all --disable-http --disable-odbc
- make - make
- make test - make test
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log - grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log