Browse Source

travisL not testing under node 0.8, adding 0.12

Herbert Vojčík 9 years ago
parent
commit
f8a42d1111
1 changed files with 1 additions and 1 deletions
  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