Skip to content

Commit 39f11a5

Browse files
flovilmartdrew-gross
authored andcommitted
Update .travis.yml (#2065)
Runs coverage no matter what build result.
1 parent b2a5092 commit 39f11a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ branches:
2727
cache:
2828
directories:
2929
- "$HOME/.mongodb/versions/downloads"
30-
after_success: "./node_modules/.bin/codecov"
30+
after_script: "./node_modules/.bin/codecov"
3131
deploy:
3232
provider: npm
3333
email:

0 commit comments

Comments
 (0)