bpmn-js/.travis.yml

34 lines
753 B
YAML
Raw Normal View History

language: node_js
node_js:
- 'node'
before_install:
- npm install -g wiredeps@0.2
- wiredeps --default-branch=master --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG --verbose
2017-05-18 07:47:18 +00:00
sudo: false
2016-11-18 13:52:26 +00:00
script: npm test
2016-11-18 13:52:26 +00:00
jobs:
include:
- stage: test
addons:
firefox: "latest-esr"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
script:
- TEST_BROWSERS=Firefox,PhantomJS 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