Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
Commit 4d59f677 authored by Holger Weiss's avatar Holger Weiss
Browse files

Travis CI: Remove unused configure flag

The --disable-http flag no longer exists.
parent 7a48e305
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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