This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
190 B
YAML
Raw Normal View History

2021-07-23 02:36:56 +02:00
language: node_js
node_js:
- 'stable'
script: npm run lint && npm run test
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start