Parcourir la source

.travis.yml: add node 4 and node 5

Herbert Vojčík il y a 9 ans
Parent
commit
94215a16cd
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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