Skip to content

Commit 93793dd

Browse files
committed
first try: test matrix on Travis for hapi 17 and 18
1 parent a2c8cc3 commit 93793dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@ node_js:
44
- 10
55
- 11
66
- node
7+
8+
env:
9+
- HAPI_VERSION=""
10+
11+
matrix:
12+
include:
13+
- node_js: "8"
14+
env: HAPI_VERSION="@17"
15+
16+
install:
17+
- npm install
18+
- npm install hapi$HAPI_VERSION

0 commit comments

Comments
 (0)