Skip to content

Commit

Permalink
[FIX] fga-eps-mds/2018.2-GamesBI#117 Fix coveralls not updating corre…
Browse files Browse the repository at this point in the history
…ctly
  • Loading branch information
felipe72 committed Sep 18, 2018
1 parent 16a347e commit a0f4fbb
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 @@ -15,7 +15,8 @@ script:
- docker-compose run igdbweb python manage.py makemigrations importdata
- docker-compose run igdbweb python manage.py migrate importdata
- docker-compose run igdbweb coverage run --source=. manage.py test
- docker-compose run igdbweb coverage report

after_success:
- coveralls
- docker-compose run igdbweb 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:
- igdbdb
networks:
- proxynet
environment:
- COVERALLS_REPO_TOKEN

networks:
proxynet:
Expand Down

0 comments on commit a0f4fbb

Please sign in to comment.