1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-18 20:59:43 +02:00
documize/gui/.travis.yml

24 lines
248 B
YAML
Raw Normal View History

2016-07-07 18:54:16 -07:00
---
language: node_js
node_js:
- "8"
2016-07-07 18:54:16 -07:00
sudo: false
dist: trusty
addons:
chrome: stable
2016-07-07 18:54:16 -07:00
cache:
yarn: true
env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
2016-07-07 18:54:16 -07:00
script:
2018-12-08 15:35:41 +00:00
- npm run lint:hbs
- npm run lint:js
- npm test