Skip to content

Commit

Permalink
Add node 12 to travis, update coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
vladshcherbin committed Jun 12, 2019
1 parent 3d2ed64 commit 3109b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 12
- 10
- 8
script:
- yarn coverage
- jest --ci --coverage && codecov
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"test": "jest",
"build": "rollup -c",
"clean": "rimraf dist",
"coverage": "yarn test --coverage && yarn codecov && yarn rimraf coverage",
"prepublishOnly": "yarn lint && yarn test && yarn build",
"prepublishOnly": "yarn lint && yarn test && yarn clean && yarn build",
"postpublish": "yarn clean"
},
"dependencies": {
Expand Down

0 comments on commit 3109b2b

Please sign in to comment.