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
1 changed files with 1 additions and 1 deletions

View File

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