Skip to content

Commit

Permalink
Merge fc5fd39 into ba97c85
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Nov 1, 2016
2 parents ba97c85 + fc5fd39 commit ee928c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ cache:
directories:
- node_modules
node_js:
- "0.10"
- "0.12"
- "1"
- "2"
- "3"
- "4"
- '1'
- '2'
- '3'
- '4'

addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"optionalDependencies": {},
"engines": {
"node": "*"
"node": ">= 4"
},
"scripts": {
"lint": "jshint .",
Expand Down

0 comments on commit ee928c2

Please sign in to comment.