cr-connect-bpmn/.travis.yml

30 lines
372 B
YAML
Raw Normal View History

sudo: required
dist: trusty
2020-01-17 21:07:26 +00:00
language: node_js
2020-02-12 15:34:34 +00:00
node_js:
- 12
2020-02-12 15:34:34 +00:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2020-02-12 15:34:34 +00:00
install:
- npm install
2020-02-12 15:34:34 +00:00
addons:
chrome: stable
script:
- npm run ci
2020-02-12 15:34:34 +00:00
2020-02-07 23:27:19 +00:00
before_deploy:
- docker build -t sartography/cr-connect-bpmn .
2020-02-12 15:34:34 +00:00
2020-02-07 03:12:33 +00:00
deploy:
provider: script
script: bash ./docker/docker_push.sh
on:
branch: master