Skip to content

Commit

Permalink
chore(travis): only test on node >= 4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: iojs 2.x support removed
  • Loading branch information
arlac77 committed Sep 27, 2015
1 parent 5efa7dc commit 2e60f5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "iojs-v2"
- "4"
sudo: false
cache:
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"cover": "node --harmony ./node_modules/istanbul-harmony/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports test",
"doc": "./node_modules/.bin/jsdoc lib/*.js",
"test": "mocha --harmony test/*.js",
"ci-test-report": "mocha --harmony --reporter mocha-html-reporter test/*.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/arlac77/expression-expander.git"
},
"engines": {
"iojs": ">=2.5.0"
"node": ">=4.0.0"
},
"release": {
"debug": false
Expand All @@ -31,7 +30,6 @@
"istanbul-harmony": "0.3.16",
"jsdoc": "3.3.3",
"mocha": "2.3.3",
"mocha-html-reporter": "0.0.1",
"semantic-release": "^6.0.2"
},
"author": "Markus Felten <markus.felten@gmx.de>",
Expand Down

0 comments on commit 2e60f5b

Please sign in to comment.