Skip to content

Commit

Permalink
Change support node version
Browse files Browse the repository at this point in the history
  • Loading branch information
shootaroo committed Feb 23, 2016
1 parent 483f194 commit 41e0405
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
sudo: false
language: node_js
node_js:
- iojs
- 0.12
- 0.10
before_script:
- npm install -g grunt-cli
- '5'
- '4'
- '0.12'
- '0.10'
cache:
directories:
- node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"grunt": ">=0.4.0"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
}
}

0 comments on commit 41e0405

Please sign in to comment.