Let Travis CI test "make install"

This commit is contained in:
Holger Weiss 2015-10-19 14:23:37 +02:00
parent 97a93263c1
commit ff4a00b1f3
1 changed files with 3 additions and 1 deletions

View File

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