Skip to content

Commit

Permalink
Enable branch and path coverage on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed May 5, 2015
1 parent b22f842 commit ba7e590
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 @@ -22,4 +22,4 @@ before_script:
- "[ -n \"$COVERALLS_REPO_TOKEN\" ] && sed -i s?/path/to/sources/directory?classes? .atoum.php || true"
- "[ -n \"$COVERALLS_REPO_TOKEN\" ] && sed -i s/YouCoverallsProjectToken/$COVERALLS_REPO_TOKEN/ .atoum.php || true"
script:
- php ./scripts/runner.php --test-it
- php ./scripts/runner.php --test-it -ebpc

0 comments on commit ba7e590

Please sign in to comment.