Skip to content

Commit

Permalink
Travis CI test: exclude Node.js v0.11.
Browse files Browse the repository at this point in the history
It is considered unstable, superceded by the stable v0.12.
And since the tests only run on v0.10 or later, that's what should be
claimed in package.json.

Closes gh-1218
  • Loading branch information
ariya committed Jul 1, 2015
1 parent 819cada commit 866e43f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ script: "npm run travis"
node_js:
- iojs
- "0.12"
- "0.11"
- "0.10"

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"esprima.js"
],
"engines": {
"node": ">=0.4.0"
"node": ">=0.10.0"
},
"author": {
"name": "Ariya Hidayat",
Expand Down

0 comments on commit 866e43f

Please sign in to comment.