Skip to content

Commit

Permalink
Remove node 9 from Travis and AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Aug 28, 2018
1 parent 4c94159 commit 50386c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -5,7 +5,6 @@ os:
- osx

node_js:
- 10
- 9
- 8
- 6
- 8
- 10
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -14,7 +14,6 @@ environment:
# Test against these versions of Node.js
matrix:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"

Expand Down

0 comments on commit 50386c9

Please sign in to comment.