UNPKG

rtc-quickconnect

Version:

Create a WebRTC connection in record time

43 lines (35 loc) 780 B
sudo: false language: node_js node_js: - 6 env: global: - CXX=g++-4.8 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 services: - xvfb 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 after_failure: - for file in *.log; do echo $file; echo "======================"; cat $file; done || true notifications: email: - nathan+rtcio@coviu.com addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8