Skip to content

Commit

Permalink
FIX: Use the same versions of node_js that eslint use
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed Jan 9, 2019
1 parent 745e65a commit 8d23379
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: node_js
node_js:
- 4
- 6
- 10
- "6"
- "8"
- "9"
- "10"
- "11"

0 comments on commit 8d23379

Please sign in to comment.