mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
It's still failing, since it need to have `core` component folder present. But at least it build basic parts of project.
10 lines
148 B
YAML
10 lines
148 B
YAML
dist: trusty
|
|
language: node_js
|
|
node_js:
|
|
- '6'
|
|
before_install: npm install -g grunt-cli
|
|
script:
|
|
- make
|
|
matrix:
|
|
allow_failures:
|
|
- node_js: '6' |