Skip to content

Commit

Permalink
Merge pull request #1780 from w3c/webrtc-respec-ci-updates
Browse files Browse the repository at this point in the history
 Update webrtc-respec-ci integration following respec and Travis CI current practices
  • Loading branch information
vivienlacourba committed Feb 23, 2018
2 parents 5efa7a3 + 4b978b7 commit 742ff32
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 60 deletions.
29 changes: 13 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
language: python

dist: trusty

branches:
only:
- /.*/
- gh-pages

python:
- "2.7_with_system_site_packages"
sudo: false

addons:
apt:
sources:
- george-edison55-precise-backports
- ubuntu-toolchain-r-test
packages:
- libwww-perl
- libcss-dom-perl
- cmake
- cmake-data
- gcc-4.8
- g++-4.8
chrome: stable

cache:
directories:
- node_modules # NPM packages

before_install:
- export CXX="g++-4.8" CC="gcc-4.8"
- nvm install 8
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 -extension RANDR"
- sh -e /etc/init.d/xvfb start
- nvm install lts/*

install:
- export RESPEC_RELEASE="v12.2.2"
- export RESPEC_RELEASE="v19.6.0"
- make travissetup

script:
- make check

Expand Down
85 changes: 41 additions & 44 deletions respec-w3c-common.js

Large diffs are not rendered by default.

0 comments on commit 742ff32

Please sign in to comment.