topola-viewer/.travis.yml
2021-10-25 22:23:25 +02:00

14 lines
254 B
YAML

language: node_js
node_js:
- "16"
addons:
apt:
packages:
# Ubuntu 16+ does not install this dependency by default, so we need to install it ourselves
- libgconf-2-4
script:
- npm run build
- npm test
- npm run cy:start-and-run