Skip to content

Commit

Permalink
change supported versions of node (need to have es6 now)
Browse files Browse the repository at this point in the history
  • Loading branch information
okize committed Dec 31, 2016
1 parent 7c7104c commit 064fa69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,8 +1,6 @@
language: node_js
node_js:
- "5"
- "4"
- "0.12"
- "0.10"
- "7"
- "6"
notifications:
email: false
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -48,7 +48,7 @@
"run-sequence": "^1.2.2"
},
"engines": {
"node": ">=0.10.0"
"node": ">=6.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp lint",
Expand Down

0 comments on commit 064fa69

Please sign in to comment.