Skip to content

Commit

Permalink
Update Travis Node environment
Browse files Browse the repository at this point in the history
- Out v4, in v10
  • Loading branch information
toomuchdesign committed Oct 13, 2018
1 parent 850f36a commit 24e403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
before_install:
- if [[ `npm -v` < 5.3 ]]; then npm install -g npm@5.3.x; fi
script:
Expand Down

0 comments on commit 24e403d

Please sign in to comment.