node-wcag icon indicating copy to clipboard operation
node-wcag copied to clipboard

Add multiple versions to .travis.yml

Open zrrrzzt opened this issue 10 years ago • 0 comments

Now only 0.12 is tested. I think it would be a good idea to add 0.10 and iojs as well

node_js:
  - "0.10"
  - "0.12"
  - "iojs"

zrrrzzt avatar Jul 17 '15 20:07 zrrrzzt