Skip to content

Commit

Permalink
💚 Updates CI to test supported versions of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
peterramsing committed Feb 9, 2019
1 parent e432e9c commit 8274982
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ sudo: false
language: node_js

node_js:
- "6"
- "8"
- "10"
- 6
- 8
- 10
- 11
- 12
- node

script:
- npm test
Expand Down

0 comments on commit 8274982

Please sign in to comment.