bpmn-js/.travis.yml

18 lines
333 B
YAML
Raw Normal View History

language: node_js
node_js: '4.0'
2016-11-18 13:52:26 +00:00
addons:
firefox: "latest-esr"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
script:
2016-11-18 13:52:26 +00:00
- TEST_BROWSERS=Firefox,PhantomJS npm run all
before_install:
2016-11-18 13:52:26 +00:00
- npm install -g grunt-cli wiredeps
- wiredeps --branch=$TRAVIS_BRANCH --tag=$TRAVIS_TAG --verbose