Skip to content

Commit

Permalink
only test supported node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jul 26, 2018
1 parent 2198669 commit bf8d6de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,8 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
- "10"

deploy:
provider: npm
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -6,7 +6,8 @@ environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "10"

branches:
only:
Expand Down

0 comments on commit bf8d6de

Please sign in to comment.