meshviewer/.travis.yml

11 lines
201 B
YAML
Raw Normal View History

2015-04-01 15:49:12 +00:00
language: node_js
before_install:
- gem install sass
- npm install -g grunt-cli
- npm install -g bower
install:
- npm install
- bower install
2015-04-20 22:20:10 +00:00
- cp config.js.example config.js
2015-04-01 15:49:12 +00:00
script: grunt