Browse Source

travis: test node v0.6, v0.8, v0.10, and v0.11

v1.x
Nathan Rajlich 11 years ago
parent
commit
9ee7251fab
  1. 9
      .travis.yml

9
.travis.yml

@ -1,7 +1,6 @@
language: node_js
node_js:
- 0.4
- 0.6
- 0.7 # development version of 0.8, may be unstable
- 0.8
- 0.9
- '0.6'
- '0.8'
- '0.10'
- '0.11'

Loading…
Cancel
Save