gulp-sass/.travis.yml
David Manning aefca4aef4 Update .travis.yml
Add node versions 0.8 (not supported) and 0.11
2014-12-10 18:31:46 -08:00

6 lines
59 B
YAML

language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"