Skip to content

Commit

Permalink
Change tested NodeJS versions (#1651)
Browse files Browse the repository at this point in the history
Remove Node 4 & 9 because both are EOL'd. Node 10 + current were added.
  • Loading branch information
RunDevelopment authored and mAAdhaTTah committed Jan 22, 2019
1 parent 4c66d72 commit 6ec71e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
- '9'
- '10'
- 'node'
# Build all branches
branches:
only:
Expand Down

0 comments on commit 6ec71e0

Please sign in to comment.