Skip to content

Commit

Permalink
Use only active versions of Node.js (6, 8, 10) on CI (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Jul 20, 2018
1 parent 8c838c9 commit edcdcba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,3 +1,5 @@
language: node_js
node_js:
- 6
- 8
- 10
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"vinyl": "^2.2.0"
},
"engines": {
"node": ">= 0.9.0"
"node": ">= 6.14.3"
},
"scripts": {
"test": "mocha --reporter spec"
Expand Down

0 comments on commit edcdcba

Please sign in to comment.