Skip to content

Commit

Permalink
travis: support Node 6, 8, 10, 12
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 6, 2019
1 parent dd3b151 commit dd6a76e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.0'
- '5.0'
- '6'
- '8'
- '10'
- '12'

0 comments on commit dd6a76e

Please sign in to comment.