Browse Source

travis: add 4.0.0 and io.js targets

hk-custom-address
Daniel Cousens 10 years ago
parent
commit
131fbdc3f0
  1. 2
      .travis.yml

2
.travis.yml

@ -2,6 +2,8 @@ language: node_js
before_install: before_install:
- "npm install npm -g" - "npm install npm -g"
node_js: node_js:
- "4.0.0"
- "io.js"
- "0.12" - "0.12"
- "0.10" - "0.10"
env: env:

Loading…
Cancel
Save