diff options
author | Evgeny Khramtsov <xramtsov@gmail.com> | 2014-07-15 22:56:55 +0400 |
---|---|---|
committer | Evgeny Khramtsov <xramtsov@gmail.com> | 2014-07-15 22:56:55 +0400 |
commit | 4a918c5b182b7448d98ad053664ce84f63ab7c7c (patch) | |
tree | a5daf48f26775f3144cfea59fbb59aabbbe90637 | |
parent | Remove unnecessary defaults from the xmpp_codec spec (diff) | |
parent | Travis CI: Enable Riak tests (diff) |
Merge pull request #251 from weiss/enable-riak-tests
Travis CI: Enable Riak tests
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index aa603cb59..4023ea47b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 '{}' ';' |