Browse Source

Stopping node 0.8 support, adding 0.12

Herbert Vojčík 9 years ago
parent
commit
4fe5d20db1
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"
 before_install:
   - npm -g install npm@1.x.x
 install: