Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Print .coveragerc and dir where we expect to find .coverage file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmachine committed Aug 30, 2016
1 parent 6bffe2b commit 04c00a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ script:
- docker-compose -f docker-compose.travis.yml run --rm django

after_success:
- cat .coveragerc
- ls -la icekit-project/var/
- coveralls
- docker history "interaction/icekit:${TAG}"
- docker push "interaction/icekit:${TAG}"
Expand Down

0 comments on commit 04c00a8

Please sign in to comment.