24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Add xref test to travis.

Conflicts:
	.travis.yml
This commit is contained in:
Jerome Sautret 2014-10-30 18:26:42 +01:00
parent dfb21e802e
commit 1d2efcc168

View File

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