Skip to content

Commit

Permalink
node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Nov 3, 2017
1 parent 3d097d3 commit b681727
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .gitignore
@@ -1,13 +1,10 @@
.c9
.idea
.project
*.iml
npm-debug.log
dump.rdb
node_modules
results.tap
results.xml
npm-shrinkwrap.json
config.json
.DS_Store
*/.DS_Store
Expand All @@ -16,7 +13,6 @@ config.json
*/._*
*/*/._*
coverage.*
lib-cov
complexity.md
sandbox.js
.settings
package-lock.json

1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: node_js

node_js:
- "8"
- "9"
- "node"

sudo: false
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"validation"
],
"engines": {
"node": ">=8.3.0"
"node": ">=8.9.0"
},
"dependencies": {
"hoek": "5.x.x",
Expand Down

0 comments on commit b681727

Please sign in to comment.