Add node 5 to travis

This commit is contained in:
Nick O'Leary 2015-11-14 21:32:28 +00:00
parent 4d99536ea7
commit 1d9d5c6bc7
1 changed files with 3 additions and 2 deletions

View File

@ -11,10 +11,11 @@ addons:
- gcc-4.8
matrix:
allow_failures:
- node_js: "4"
- node_js: "5"
before_install:
- npm install -g npm@~1.4.18
- npm install -g npm@latest-2
node_js:
- "5"
- "4"
- "0.12"
- "0.10"