mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
23 lines
248 B
YAML
23 lines
248 B
YAML
---
|
|
language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
sudo: false
|
|
dist: trusty
|
|
|
|
addons:
|
|
chrome: stable
|
|
|
|
cache:
|
|
yarn: true
|
|
|
|
env:
|
|
global:
|
|
# See https://git.io/vdao3 for details.
|
|
- JOBS=1
|
|
|
|
script:
|
|
- npm run lint:hbs
|
|
- npm run lint:js
|
|
- npm test
|