mirror of
https://github.com/sartography/cr-connect-bpmn.git
synced 2025-01-10 17:16:11 +00:00
18 lines
255 B
YAML
18 lines
255 B
YAML
sudo: required
|
|
dist: trusty
|
|
|
|
addons:
|
|
chrome: stable
|
|
sonarcloud:
|
|
organization: "sartography"
|
|
language: node_js
|
|
node_js:
|
|
- 12
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm run ci
|