Skip to content

Commit

Permalink
Chore: Test on TravisCI with node 7 (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRitouet authored and andreialecu committed Nov 6, 2016
1 parent 04bb24a commit 4f3f7ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ cache:
sudo: false
services: mongodb
node_js:
- "7"
- "6"
- "5"
- "4"
Expand Down
2 changes: 0 additions & 2 deletions index.js
Expand Up @@ -11,6 +11,4 @@ module.exports = function (config) {
return server;
};



module.exports.attach = require('./lib/attach');
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"url": "git://github.com/deployd/deployd.git"
},
"engines": {
"node": ">= 0.10.0"
"node": ">= 0.12.0"
},
"main": "index",
"dependencies": {
Expand Down

0 comments on commit 4f3f7ce

Please sign in to comment.