Skip to content

Commit

Permalink
build: test on node 10,12,14
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Sep 16, 2020
1 parent f585da5 commit b14752b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sudo: false
language: node_js
node_js:
- '8'
- '10'
- '12'
- '14'
install:
- npm i npminstall && npminstall
script:
Expand Down

0 comments on commit b14752b

Please sign in to comment.