Skip to content

Commit

Permalink
Update webrtc-respec-ci integration following respec and Travis CI cu…
Browse files Browse the repository at this point in the history
…rrent practices
  • Loading branch information
vivienlacourba committed Feb 23, 2018
1 parent 5efa7a3 commit 6415c0c
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 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"
- make travissetup

script:
- make check

Expand Down

0 comments on commit 6415c0c

Please sign in to comment.