diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-03-22 19:05:38 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2016-03-22 19:05:38 +0300 |
commit | b90c3764c0c058ecc2fb483bdda77d58b78c240c (patch) | |
tree | 5688ae75b5a5ba1da8cc489cf94ef94a24e573f7 | |
parent | Tell Travis not to fail if some tests are skipped (diff) |
Fix a typo in travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index db7e3b347..a2a95d953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ script: - ln -sf ../sql priv/ - escript ./rebar skip_deps=true ct -v #- grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, .* of \1 ' logs/raw.log - grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, 0 failed' logs/raw.log + - grep -q 'TEST COMPLETE, \([[:digit:]]*\) ok, 0 failed' logs/raw.log after_script: - find logs -name suite.log -exec cat '{}' ';' |