Browse Source

replace iojs with node 4 in build matrix

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

2
.travis.yml

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

Loading…
Cancel
Save