Created
June 17, 2015 07:59
-
-
Save jerith/9d03434e243c502bfe62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/.travis.yml b/.travis.yml | |
| index 3d5c68e..9e8972f 100644 | |
| --- a/.travis.yml | |
| +++ b/.travis.yml | |
| @@ -39,7 +39,7 @@ before_script: | |
| - sudo riak-admin member-status | |
| script: | |
| - if [ -z "$NO_COVERAGE" ]; then COVERAGE_CMD="coverage run --source=vumi"; else COVERAGE_CMD=""; fi | |
| - - VUMITEST_REDIS_DB=1 VUMI_TEST_NODE_PATH="$(which node)" $COVERAGE_CMD `which trial` vumi | |
| + - VUMI_TEST_TIMEOUT=10 VUMITEST_REDIS_DB=1 VUMI_TEST_NODE_PATH="$(which node)" $COVERAGE_CMD `which trial` vumi | |
| after_success: | |
| - if [ -z "$NO_COVERAGE" ]; then coveralls; fi | |
| # To figure out why Riak 2.0 sometimes breaks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment