From: Paweł Chmielowski Date: Tue, 10 Feb 2015 17:22:54 +0000 (+0100) Subject: Disable elixir support in travis tests X-Git-Tag: 15.02~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbb512cb5a673122ee430c8c87859ccd6f5f3c2e;p=ejabberd Disable elixir support in travis tests --- diff --git a/.travis.yml b/.travis.yml index cd0198e37..1dd745a77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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