mail/.travis.yml

10 lines
152 B
YAML
Raw Normal View History

2013-08-09 11:24:27 -04:00
language: node_js
node_js:
2015-04-13 08:38:34 -04:00
- "0.12"
2013-09-17 08:54:06 -04:00
before_install:
- gem install sass
2013-08-09 11:24:27 -04:00
- npm install -g grunt-cli
notifications:
email:
2013-08-16 18:37:39 -04:00
- build@whiteout.io