Merge pull request #297 from weiss/remove-configure-flag

Travis CI: Remove unused configure flag
This commit is contained in:
Evgeny Khramtsov 2014-09-11 19:35:50 +04:00
commit f723c00762
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