mirror of
https://github.com/zonemaster/zonemaster-gui.git
synced 2026-04-03 17:31:21 +02:00
17 lines
148 B
YAML
17 lines
148 B
YAML
dist: bionic
|
|
|
|
language: node_js
|
|
node_js:
|
|
- 14
|
|
|
|
sudo: false
|
|
|
|
addons:
|
|
chrome: stable
|
|
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- xvfb-run npm run e2e
|