cr-connect-bpmn/.travis.yml

25 lines
411 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
2020-02-07 23:27:19 +00:00
before_deploy:
- docker build -t sartography/cr-connect-bpmn .
2020-02-07 03:12:33 +00:00
deploy:
provider: script
script: bash ./docker/docker_push.sh
on:
branch: master