MagicMirror/.travis.yml
2018-01-25 19:43:09 +01:00

19 lines
285 B
YAML

language: node_js
node_js:
- "7"
before_script:
- yarn danger ci
- npm install grunt-cli -g
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 5
script:
- grunt
- npm run test:unit
- npm run test:e2e
after_script:
- npm list
cache:
directories:
- node_modules