mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
6 lines
136 B
YAML
6 lines
136 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
before_install: npm install -g grunt-cli; npm install -g casperjs
|
|
install: npm install |