Skip to content

Commit

Permalink
test: run test on node 12 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Savin <igor.savin@adidas.com>
  • Loading branch information
kibertoad and Igor Savin committed Apr 22, 2020
1 parent 2a25153 commit 3b01699
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 @@ -3,6 +3,7 @@ language: node_js
node_js:
- '8'
- '10'
- '12'
install:
- npm i npminstall && npminstall
script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"node": ">= 8.0.0"
},
"ci": {
"version": "8, 10"
"version": "8, 10, 12"
},
"author": "fengmk2 <fengmk2@gmail.com> (https://fengmk2.com)",
"license": "MIT"
Expand Down

0 comments on commit 3b01699

Please sign in to comment.