Explorar el Código

.travis.yml: add node 4 and node 5

Herbert Vojčík hace 9 años
padre
commit
94215a16cd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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