Browse Source

Run CI on newer version of node / iojs

redux
Arlo Breault 8 years ago
parent
commit
16756d9010
  1. 4
      .travis.yml

4
.travis.yml

@ -1,3 +1,5 @@
language: node_js
node_js:
- 0.10
- "0.10"
- "0.12"
- "iojs"

Loading…
Cancel
Save