Skip to content

Commit

Permalink
Merge 806bef0 into d1570b1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Oct 31, 2016
2 parents d1570b1 + 806bef0 commit 6110eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ language: node_js
sudo: false

node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- '4'
- '5'
- '6'

after_success:
- npm run coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test": "test-jstransformer"
},
"engines": {
"node": ">=0.10.36"
"node": ">= 4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6110eae

Please sign in to comment.