bpmn-js/.travis.yml

24 lines
483 B
YAML
Raw Normal View History

language:
- node_js
2018-02-26 08:29:32 +00:00
node_js:
- node
jobs:
include:
- stage: test
addons:
2018-02-26 08:29:32 +00:00
firefox: 'latest-esr'
script:
2018-02-26 08:29:32 +00:00
- TEST_BROWSERS=Firefox,PhantomJS xvfb-run npm run all
- stage: update integration test
script: './tasks/stages/update-integration-test'
- stage: update examples
script: './tasks/stages/update-examples'
stages:
- test
- name: update integration test
if: tag =~ ^v\d
- name: update examples
if: tag =~ ^v\d