Explorar el Código

travisL not testing under node 0.8, adding 0.12

Herbert Vojčík hace 9 años
padre
commit
f8a42d1111
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: node_js
 node_js:
-  - "0.8"
   - "0.10"
+  - "0.12"
 install:
   - npm install -g mocha
   - npm install