Browse Source

Added node v0.12 on travis

tags/v1.1.0
Phillip Johnsen 11 years ago
parent
commit
2844c9cd2f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -4,6 +4,7 @@ node_js:
- 0.8
- '0.10'
- 0.11
- 0.12
before_install:
- "test $TRAVIS_NODE_VERSION = '0.6' && npm install -g npm@1.3.26 || npm install -g npm"
matrix:


Loading…
Cancel
Save