1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00
documize/gui/.travis.yml

30 lines
379 B
YAML
Raw Normal View History

2016-07-07 18:54:16 -07:00
---
language: node_js
node_js:
- "6"
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
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
2016-07-07 18:54:16 -07:00
install:
- yarn install --non-interactive
2016-07-07 18:54:16 -07:00
script:
- yarn lint:js
- yarn test