Skip to content

Commit

Permalink
update node envs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Feb 21, 2017
1 parent a058fdd commit eeabb4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
language: node_js
node_js:
- "0.11"
- "0.12"
- "iojs"

script: "npm run test-harmony"
- 6
- 4.6
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@
"tape": "^4.0.0"
},
"engines": {
"iojs": ">= 1.0.0",
"node": ">= 0.11.0"
"node": ">= 4.6"
},
"keywords": [
"fly",
"fly-plugins",
"coffee-script"
"fly-plugin",
"coffee-script",
"coffeescript",
"coffee"
]
}

0 comments on commit eeabb4a

Please sign in to comment.