Skip to content

Commit 6392d2c

Browse files
committed
next retry for travis+docker+coveralls
1 parent 0df88b8 commit 6392d2c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ before_script:
1414

1515
after_script:
1616
- npm run coverage
17+
- npm run check-coverage
18+
- npm run update-coveralls
1719

1820
notifications:
1921
email:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ coverage:
2525
- redis
2626
- postgres:pg
2727
working_dir: /usr/src/miniprofiler
28-
command: bash -c "npm run mocha-coverage && npm run check-coverage && npm run update-coveralls"
28+
command: npm run mocha-coverage

0 commit comments

Comments
 (0)