Skip to content

Commit

Permalink
chore(ci): travis caches coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
radzom committed Sep 26, 2018
1 parent bdbd732 commit 1254f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ branches:
cache:
directories:
- node_modules
- coverage
notifications:
email: false
script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lint": "standard --verbose | snazzy",
"format": "prettier-standard '**/*.js'",
"test": "ava",
"test:cover": "nyc ava",
"test:cover": "nyc --reporter=lcov ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit 1254f34

Please sign in to comment.