blob: 833d89821fc56db63f6b982ca845d93bd7ef2e09 [file] [log] [blame]
dist: trusty
language: python
python: 2.7.13
cache:
directories:
- node_modules
- temp/google-cloud-sdk
- browsers
- $HOME/.cache/pip
addons:
apt:
packages:
- pulseaudio
env:
global:
- DISPLAY=:99.0
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
matrix:
fast_finish: true
allow_failures:
- env: BROWSER=chrome BVER=unstable
before_install:
- nvm install 8
- nvm use 8
before_script:
- npm install
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/cucumber_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1200x16
- pulseaudio --start
script:
- ./node_modules/.bin/grunt --verbose
notifications:
email:
recipients:
forward-webrtc-github@webrtc.org
on_success: change
on_failure: always