node-wcag
node-wcag copied to clipboard
Add multiple versions to .travis.yml
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"