jingle
Version:
Generic Jingle via WebRTC session manager.
43 lines (34 loc) • 818 B
YAML
dist: trusty
language: node_js
node_js:
- 6
addons:
apt:
packages:
- pulseaudio
env:
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
- BROWSER=firefox BVER=beta
- BROWSER=firefox BVER=unstable
- BROWSER=firefox BVER=esr
matrix:
fast_finish: true
allow_failures:
- env: BROWSER=chrome BVER=unstable
- env: BROWSER=firefox BVER=unstable
before_script:
- ./node_modules/travis-multirunner/setup.sh
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- pulseaudio --start
after_failure:
- for file in *.log; do echo $file; echo "======================"; cat $file; done || true
script:
- npm test && npm run test-travis
notifications:
email:
- build@andyet.com