Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
12 lines
177 B
YAML
12 lines
177 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.10
|
|
branches:
|
|
only:
|
|
- master
|
|
before_script:
|
|
- node --version
|
|
- npm --version
|
|
- npm install -g grunt-cli
|
|
script: grunt test --verbose
|