1 Star 0 Fork 1

RWolf/samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gábor Tóth 提交于 2017-06-28 09:53 . Update .travis.yml (#911)
dist: trusty
language: node_js
cache:
- node_modules
node_js:
- 6
branches:
only:
- gh-pages
addons:
apt:
packages:
- gcc
- g++
- libstdc++6
- pulseaudio
env:
global:
- DISPLAY=:99.0
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
- BROWSER=firefox BVER=beta
- BROWSER=firefox BVER=nightly
matrix:
fast_finish: true
allow_failures:
- env: BROWSER=chrome BVER=unstable
- env: BROWSER=firefox BVER=beta
- env: BROWSER=firefox BVER=nightly
before_install:
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/cucumber_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1400x16
before_script:
- pulseaudio --start
- npm install
script:
- npm test
notifications:
email:
recipients:
forward-webrtc-github@webrtc.org
on_success: change
on_failure: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RWolf/samples.git
git@gitee.com:RWolf/samples.git
RWolf
samples
samples
adding_codec_constraints

搜索帮助