Skip to content

Commit

Permalink
Enable node 6, 8, 10 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebost committed Jan 31, 2019
1 parent 75df4eb commit 0a7e716
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- "4"
# - "8"
- 4
- 6
- 8
- 10
script: npm run $COMMAND
env:
- COMMAND=lint
Expand Down

0 comments on commit 0a7e716

Please sign in to comment.