Skip to content

Commit

Permalink
Merge pull request #24 from arb/travis
Browse files Browse the repository at this point in the history
Testing for hapi 8-10. Lab update.
  • Loading branch information
arb committed Oct 7, 2015
2 parents cc60a6e + 5008188 commit 4313c51
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
31 changes: 25 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "iojs"
- "iojs-v1"
- "iojs-v2"
- "0.10"
- "0.12"
- "4"
- "iojs"
- "iojs-v1"
- "iojs-v2"
env:
- HAPI_VERSION="8"
- HAPI_VERSION="9"
- HAPI_VERSION="10"
install:
- npm install
- npm install hapi@$HAPI_VERSION
matrix:
exclude:
- node_js: "0.10"
env: HAPI_VERSION="10"
- node_js: "0.12"
env: HAPI_VERSION="10"
- node_js: "iojs"
env: HAPI_VERSION="10"
- node_js: "iojs-v1"
env: HAPI_VERSION="10"
- node_js: "iojs-v2"
env: HAPI_VERSION="10"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"code": "1.4.x",
"hapi": "9.x.x",
"lab": "5.7.x",
"lab": "6.x.x",
"mdchangelog": "0.8.0",
"semistandard": "7.x.x"
},
Expand Down

0 comments on commit 4313c51

Please sign in to comment.