hopglass/.travis.yml

10 lines
144 B
YAML
Raw Normal View History

2015-04-01 17:49:12 +02:00
language: node_js
2018-12-21 22:28:17 +01:00
node_js:
- "lts/*"
2015-04-01 17:49:12 +02:00
before_install:
- gem install sass
- npm install -g grunt-cli
install:
- npm install
script: grunt