Merge pull request #208 from weiss/update-travis-config

Travis CI: Remove unnecessary configure flag
This commit is contained in:
badlop 2014-05-21 17:31:49 +02:00
commit b9210d491a
1 changed files with 1 additions and 1 deletions

View File

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