Skip to content

Commit

Permalink
chore: update supported Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiralucas committed Mar 6, 2017
1 parent d6e1294 commit 1436147
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,7 +1,10 @@
language: node_js
node_js:
- 4
- stable
- 4 # to be removed 2018-04-01
- 6 # to be removed 2019-04-01
- 7 # to be removed 2017-06-30
- lts/* # safety net; don't remove
- node # safety net; don't remove
deploy:
provider: npm
email:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,6 +65,6 @@
"npm-run-all": "^3.0.0"
},
"engines": {
"node": ">= 0.6.0"
"node": ">=4"
}
}

0 comments on commit 1436147

Please sign in to comment.