Skip to content

Commit

Permalink
Remove old test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Giesler committed Apr 1, 2015
1 parent 8617af0 commit 1fe92a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ install:
script:
- if [ -z "$NO_COVERAGE" ]; then COVERAGE_CMD="coverage run --source=vumi_twilio_api"; else COVERAGE_CMD=""; fi
- $COVERAGE_CMD `which trial` vumi_twilio_api
- "coverage run --source=vumi_twilio_api `which trial` vumi_twilio_api"
after_success:
- if [ -z "$NO_COVERAGE" ]; then coveralls; fi

0 comments on commit 1fe92a0

Please sign in to comment.