MagicMirror/.travis.yml

25 lines
334 B
YAML
Raw Normal View History

dist: trusty
2016-05-03 19:51:07 -04:00
language: node_js
node_js:
2019-12-09 16:24:16 -06:00
- "10
before_install:
- npm i -g npm
2019-12-09 16:26:49 -06:00
2016-05-03 19:51:07 -04:00
before_script:
- yarn danger ci
2016-05-03 19:56:14 -04:00
- npm install grunt-cli -g
2017-01-31 18:38:25 -03:00
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
2017-01-31 18:38:25 -03:00
- sleep 5
2017-01-23 17:38:25 +01:00
script:
- grunt
- npm run test:unit
- npm run test:e2e
after_script:
- npm list
2017-01-14 15:46:38 -05:00
cache:
directories:
- node_modules