gridstack.js/.travis.yml

11 lines
149 B
YAML
Raw Normal View History

2016-02-22 20:36:09 +01:00
language: node_js
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
- npm install
script:
- npm run build
- npm test