cr-connect-bpmn/.travis.yml

25 lines
411 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
before_deploy:
- docker build -t sartography/cr-connect-bpmn .
deploy:
provider: script
script: bash ./docker/docker_push.sh
on:
branch: master