Skip to content

Commit

Permalink
Make .travis.yml match supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robhanlon22 committed Feb 9, 2019
1 parent aacb119 commit c0c2587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- '9'
- '11'
- '10'
- '8'
- '6'

0 comments on commit c0c2587

Please sign in to comment.