Y-SLD/assets/playkit/plugins/bootstrap-treeview/.travis.yml

12 lines
166 B
YAML
Raw Normal View History

2024-03-01 11:23:55 +00:00
language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- npm install -g grunt-cli
- npm install
- bower install
script: grunt test --verbose --force