Skip to content

Commit

Permalink
Merge pull request #11 from fga-eps-mds/feature_#117
Browse files Browse the repository at this point in the history
[FIX] fga-eps-mds/2018.2-GamesBI#117 Fix coveralls not updating correctly
  • Loading branch information
BRZangado committed Sep 18, 2018
2 parents 10a3359 + 20270a5 commit 576af3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ script:
- docker-compose up -d
- sleep 10
- docker-compose run steamweb coverage run --source=. manage.py test
- docker-compose run steamweb coverage report

after_success:
- coveralls
- docker-compose run steamweb coveralls

2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
- steamdb
networks:
- proxynet
environment:
- COVERALLS_REPO_TOKEN

networks:
proxynet:
Expand Down

0 comments on commit 576af3c

Please sign in to comment.