cr-connect-bpmn/.travis.yml

40 lines
471 B
YAML
Raw Normal View History

sudo: required
2020-04-28 14:29:37 +00:00
dist: bionic
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
2020-04-28 14:29:37 +00:00
python:
- "3.7"
2020-04-03 14:20:08 +00:00
services:
- docker
2020-04-28 14:29:37 +00:00
- xvfb
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 03:12:33 +00:00
deploy:
provider: script
script: bash ./deploy.sh
2020-04-03 19:37:46 +00:00
skip_cleanup: true
2020-02-07 03:12:33 +00:00
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(testing|staging|master)$
notifications:
email:
on_success: change
on_failure: always
recipients:
- dan@sartography.com