Skip to content

Commit

Permalink
set minimum node env
Browse files Browse the repository at this point in the history
  • Loading branch information
otariidae committed Feb 9, 2017
1 parent 59ca811 commit d2dee93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sudo: false
language: node_js
node_js:
- 4
- 5
- 7
- 6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"fly": "^2.0.3"
},
"engines": {
"node": ">= 4.6"
"node": ">= 6"
}
}

0 comments on commit d2dee93

Please sign in to comment.