cr-connect-bpmn/.travis.yml

41 lines
516 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
2020-04-03 14:20:08 +00:00
services:
- docker
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
after_success:
- pip install --user awscli
- export PATH=$PATH:$HOME/.local/bin
2020-02-12 15:34:34 +00:00
2020-02-07 03:12:33 +00:00
deploy:
provider: script
script: bash ./deploy.sh
2020-02-07 03:12:33 +00:00
on:
branch: master
notifications:
email:
on_success: change
on_failure: always
recipients:
- dan@sartography.com