mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Travis CI: Remove unnecessary configure flag
The test suite no longer fails without --enable-transient_supervisors.
This commit is contained in:
parent
5d22159e9a
commit
f4a3dbea70
@ -20,7 +20,7 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --enable-transient_supervisors --enable-all --disable-http --disable-odbc
|
- ./configure --enable-all --disable-http --disable-odbc
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
|
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
|
||||||
|
Loading…
Reference in New Issue
Block a user