Skip to content

Commit

Permalink
MAINT: fix coveralls.io reports.
Browse files Browse the repository at this point in the history
Was broken by change to runtests.py in c3d68e8.
The .coverage file should be in the root dir of the repo for coveralls
to pick it up.
  • Loading branch information
rgommers committed Nov 16, 2013
1 parent 762c56f commit 2cc83e4
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 @@ -36,4 +36,4 @@ notifications:
# let's wait to see what people think before turning that on.
email: false
after_success:
- if [ "${TESTMODE}" == "full" ]; then coveralls; fi
- if [ "${TESTMODE}" == "full" ]; then cp build/test/.coverage . && coveralls; fi

0 comments on commit 2cc83e4

Please sign in to comment.