Skip to content

Commit

Permalink
Travis test on multiple node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAkerman committed Nov 6, 2021
1 parent 5529cec commit be648ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
sudo: false
language: node_js
node_js:
- "node"
- 12
- 14
- 16
coveralls: true
install:
- npm ci
Expand Down

0 comments on commit be648ab

Please sign in to comment.