diff --git a/.travis.yml b/.travis.yml index 80ff4d1..aa7fc69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: node_js node_js: - - "0.10" - - "0.12" + - "iojs" - "iojs-v2" - "iojs-v1" + - "0.12" + - "0.10" +sudo: false diff --git a/package.json b/package.json index da9fb7c..cdbd597 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "description": "Parses every stack trace into a nicely formatted array of hashes.", "keywords": ["errors", "stacktrace", "parser", "exceptions"], "version": "0.1.2", - "engines": { - "node": "0.10 - 2" - }, "dependencies": {}, "devDependencies": { "mocha": "*",