Browse Source

.travis.yml: add node 4 and node 5

Herbert Vojčík 8 years ago
parent
commit
94215a16cd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -2,6 +2,8 @@ language: node_js
 node_js:
   - "0.10"
   - "0.12"
+  - "4"
+  - "5"
 install:
   - npm install -g mocha
   - npm install