hopglass/.travis.yml

9 lines
137 B
YAML
Raw Permalink Normal View History

2015-04-01 17:49:12 +02:00
language: node_js
2017-03-21 22:56:16 +01:00
node_js: node
2015-04-01 17:49:12 +02:00
before_install:
- gem install sass
- npm install -g grunt-cli
install:
- npm install
script: grunt