forked from videojs/http-streaming
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (22 loc) · 663 Bytes
/
.travis.yml
File metadata and controls
22 lines (22 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
sudo: false
dist: trusty
language: node_js
cache:
directories:
- node_modules
before_install:
- npm install -g greenkeeper-lockfile@1
before_script:
# pulseaudio is needed for dockerized chrome since it has a dummy sink and
# the dummy audio ALSA kernel module isn't loaded by Travis
# libavcodec54 is needed by firefox for h.264 support
- sudo apt-get install --no-install-recommends pulseaudio libavcodec54
- pulseaudio -D
- greenkeeper-lockfile-update
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_script: greenkeeper-lockfile-upload
addons:
chrome: stable
firefox: latest