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