MagicMirror/.travis.yml
2020-04-10 14:43:58 +02:00

24 lines
388 B
YAML

dist: trusty
language: node_js
node_js:
- 10
- lts/*
- node
before_install:
- npm i -g npm
before_script:
- yarn danger ci
- "export DISPLAY=:99.0"
- "export ELECTRON_DISABLE_SANDBOX=1"
- "sh -e /etc/init.d/xvfb start"
- sleep 5
script:
- npm run test:lint
- npm run test:e2e
- npm run test:unit
after_script:
- npm list
cache:
directories:
- node_modules