25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

Merge pull request #251 from weiss/enable-riak-tests

Travis CI: Enable Riak tests
This commit is contained in:
Evgeny Khramtsov 2014-07-15 22:56:55 +04:00
commit 4a918c5b18

View File

@ -4,6 +4,9 @@ otp_release:
- R16B03
- R15B01
services:
- riak
before_install:
- sudo apt-get -qq update
@ -22,8 +25,8 @@ script:
- ./autogen.sh
- ./configure --enable-all --disable-http --disable-odbc
- make
- make test
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, 0 failed' logs/raw.log
- ERL_LIBS=$PWD make test
- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log
after_script:
- find logs -name suite.log -exec cat '{}' ';'