Travis CI: Remove unused configure flag

The --disable-http flag no longer exists.
This commit is contained in:
Holger Weiss 2014-09-10 21:04:43 +02:00
parent 7a48e30523
commit 4d59f677a9
1 changed files with 1 additions and 1 deletions

View File

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