24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-12 21:52:07 +02:00

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

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