Skip to content

Commit

Permalink
Fix travis path to coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcass77 committed Mar 28, 2016
1 parent 411a378 commit 7563a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -33,4 +33,4 @@ script:
- "tox -e $TOX_ENV"

after_success:
- "if [ $TOX_ENV == 'test' ]; then pip install coveralls; coveralls --merge=./karma_coverage/coverage-final.json; fi"
- "if [ $TOX_ENV == 'test' ]; then pip install coveralls; coveralls --merge=.karma_coverage/coverage-final.json; fi"

0 comments on commit 7563a52

Please sign in to comment.