cr-connect-bpmn/.travis.yml

40 lines
471 B
YAML

sudo: required
dist: bionic
language: node_js
node_js:
- 12
python:
- "3.7"
services:
- docker
- xvfb
install:
- npm install
addons:
chrome: stable
script:
- npm run ci
deploy:
provider: script
script: bash ./deploy.sh
skip_cleanup: true
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(testing|staging|master)$
notifications:
email:
on_success: change
on_failure: always
recipients:
- dan@sartography.com