hopglass/.travis.yml
2015-04-21 00:20:10 +02:00

11 lines
201 B
YAML

language: node_js
before_install:
- gem install sass
- npm install -g grunt-cli
- npm install -g bower
install:
- npm install
- bower install
- cp config.js.example config.js
script: grunt