Skip to content

Commit

Permalink
tests against node on Travis CI while iojs support continues to be br…
Browse files Browse the repository at this point in the history
…oken there
  • Loading branch information
fczuardi committed Feb 4, 2015
1 parent 64f281a commit 31c89f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
#exactly as documented in http://docs.travis-ci.com/user/build-environment-updates/2015-02-03/#iojs_support
language: node_js
node_js:
- v0.11.16
- iojs
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,8 +4,8 @@
"description": "APP_DESCRIPTION",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/gulp-cli/bin/gulp.js",
"build": "node ./node_modules/gulp-cli/bin/gulp.js build"
"test": "node --harmony ./node_modules/gulp-cli/bin/gulp.js",
"build": "node --harmony ./node_modules/gulp-cli/bin/gulp.js build"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 31c89f4

@fczuardi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waiting for travis-ci/travis-ci#3108 to be closed to drop node support

Please sign in to comment.