mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-02-18 02:55:48 +00:00
17 lines
295 B
YAML
17 lines
295 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
|
|
|
|
before_script:
|
|
- npm start -- --silent &
|
|
|
|
script:
|
|
- npm run build
|
|
- npm test
|
|
- npm run cypress:run
|