25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Disable elixir support in travis tests

This commit is contained in:
Paweł Chmielowski 2015-02-10 18:22:54 +01:00
parent 0f80523736
commit fbb512cb5a

View File

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