Travis CI: Enable Riak tests

This commit is contained in:
Holger Weiss 2014-07-15 20:42:12 +02:00
parent eb803832b7
commit 9a7c26eaa8
1 changed files with 5 additions and 2 deletions

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 '{}' ';'