Browse Source

replace iojs with node 4 in build matrix

better-aggressive
Rich Harris 10 years ago
parent
commit
bb5adcba6b
  1. 2
      .travis.yml

2
.travis.yml

@ -2,7 +2,7 @@ sudo: false
language: node_js language: node_js
node_js: node_js:
- "0.12" - "0.12"
- "iojs" - "4"
env: env:
global: global:
- BUILD_TIMEOUT=10000 - BUILD_TIMEOUT=10000

Loading…
Cancel
Save