Files
DocumentServer-v-9.2.0/server/.travis.yml
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

11 lines
151 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'