Skip to content

Commit

Permalink
Remove iojs and add Node 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Sep 14, 2015
1 parent a75aeff commit ab427b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
env:
matrix:
- export NODE_VERSION="0.12"
- export NODE_VERSION="iojs"
- export NODE_VERSION="4.0"
matrix:
fast_finish: true
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"cov": "npm run cppcov && npm run filtercov && npm run mergecov",
"mocha": "mocha test/runner test/tests",
"mochaDebug": "mocha --debug-brk test/runner test/tests",
"test": "npm run lint && (iojs --expose-gc test || node --expose-gc test)",
"test": "npm run lint && node --expose-gc test",
"generateJson": "node generate/scripts/generateJson",
"generateNativeCode": "node generate/scripts/generateNativeCode",
"generateMissingTests": "node generate/scripts/generateMissingTests",
Expand Down

0 comments on commit ab427b0

Please sign in to comment.