MagicMirror/.travis.yml

26 lines
433 B
YAML
Raw Normal View History

dist: trusty
2016-05-03 19:51:07 -04:00
language: node_js
node_js:
- 10
- lts/*
- node
2019-12-09 16:24:16 -06:00
before_install:
- npm i -g npm
2016-05-03 19:51:07 -04:00
before_script:
- yarn danger ci
- "export DISPLAY=:99.0"
- "export ELECTRON_DISABLE_SANDBOX=1"
- "sh -e /etc/init.d/xvfb start"
- sleep 5
2017-01-23 17:38:25 +01:00
script:
2020-03-28 06:56:30 +01:00
- npm run test:prettier
- npm run test:js
- npm run test:css
- npm run test:e2e
- npm run test:unit
after_script:
- npm list
2017-01-14 15:46:38 -05:00
cache:
directories:
- node_modules