Skip to content

Commit

Permalink
Run Travis builds with closed manager assertions enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Jun 5, 2015
1 parent 3adff45 commit 4c11cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- VUMITEST_REDIS_DB=1 VUMI_TEST_ASSERT_CLOSED=true 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.
Expand Down

0 comments on commit 4c11cb1

Please sign in to comment.