topola-viewer/.travis.yml
2020-04-30 14:56:16 +02:00

14 lines
256 B
YAML

language: node_js
node_js:
- "node"
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