]> granicus.if.org Git - ejabberd/commitdiff
Disable elixir support in travis tests
authorPaweł Chmielowski <pawel@process-one.net>
Tue, 10 Feb 2015 17:22:54 +0000 (18:22 +0100)
committerPaweł Chmielowski <pawel@process-one.net>
Tue, 10 Feb 2015 17:22:54 +0000 (18:22 +0100)
.travis.yml

index cd0198e3773cbf94963ddd6df325fc179a236f77..1dd745a7710a5f785caae8ae04e8b11d0ff3ebbc 100644 (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