Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 9a4f6e6

Browse files
author
Michael Mrowetz
committed
update Travis tests to Node 4.0
1 parent e2d491d commit 9a4f6e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
33
- "stable"
4-
- "0.12"
4+
- "4.0"
55
sudo: false

project-skeletons/hapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "",
99
"main": "app.js",
1010
"dependencies": {
11-
"hapi": "^9.5.1",
11+
"hapi": "^16.1.1",
1212
"swagger-hapi": "^0.7.0"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)