Browse Source

Add newer versions of Node.js to test matrix

pull/611/head
David da Silva GitHub 9 years ago
parent
commit
481416d5c8
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .travis.yml

+ 4
- 0
.travis.yml View File

@@ -1,6 +1,10 @@
language: node_js
node_js:
- 4
- 5
- 6
- 7
- 8
before_install:
- npm install -g npm@2.x
script:


Loading…
Cancel
Save