cr-connect-bpmn/.travis.yml

18 lines
255 B
YAML
Raw Normal View History

sudo: required
dist: trusty
2020-01-17 21:07:26 +00:00
addons:
2020-01-17 21:07:26 +00:00
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