Browse Source

remove node 0.10 from build matrix - remap-istanbul doesnt support it

better-aggressive
Rich Harris 10 years ago
parent
commit
82bac613fc
  1. 1
      .travis.yml

1
.travis.yml

@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
env:

Loading…
Cancel
Save