Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
Updating supported node versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
corymsmith committed Nov 11, 2016
1 parent 2a65b48 commit d264c3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
@@ -1,16 +1,13 @@
language: node_js
node_js:
- node
- '6'
- '4'
- iojs
- '0.12'
- '0.10'
- node
- '6'
- '4'
sudo: false
before_script:
- npm install -g codeclimate-test-reporter
- 'npm install -g codeclimate-test-reporter'
after_script:
- codeclimate-test-reporter < coverage/lcov.info
- 'codeclimate-test-reporter < coverage/lcov.info'
addons:
code_climate:
repo_token: 0533f9035184d4a27f06fafe2a7bcee7dc5a015d0f83c257882d7982af2af57a
Expand Down
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -33,8 +33,7 @@
"url": "https://github.com/feathersjs/feathers-generator/issues"
},
"engines": {
"node": ">=5.0.0",
"npm": ">=3.8.0"
"node": ">= 4"
},
"scripts": {
"prepublish": "npm run compile",
Expand Down Expand Up @@ -94,4 +93,4 @@
"rimraf": "^2.5.4",
"semistandard": "^9.1.0"
}
}
}

0 comments on commit d264c3e

Please sign in to comment.