Skip to content

Commit

Permalink
update Travis tests to Node 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Apr 18, 2017
1 parent e2d491d commit 9751554
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "stable"
- "0.12"
- "4"
sudo: false
2 changes: 1 addition & 1 deletion project-skeletons/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "",
"main": "app.js",
"dependencies": {
"hapi": "^9.5.1",
"hapi": "^16.1.1",
"swagger-hapi": "^0.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9751554

Please sign in to comment.