forked from webrtc/apprtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
49 lines (40 loc) · 916 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
dist: trusty
language: python
python: 2.7.13
cache:
directories:
- node_modules
- temp/google-cloud-sdk
- browsers
- $HOME/.cache/pip
addons:
apt:
packages:
- pulseaudio
env:
global:
- DISPLAY=:99.0
matrix:
- BROWSER=chrome BVER=stable
- BROWSER=chrome BVER=beta
- BROWSER=chrome BVER=unstable
- BROWSER=firefox BVER=stable
matrix:
fast_finish: true
allow_failures:
- env: BROWSER=chrome BVER=unstable
before_install:
- nvm install 6
- nvm use 6
before_script:
- npm install
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/cucumber_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1200x16
- pulseaudio --start
script:
- ./node_modules/.bin/grunt --verbose
notifications:
email:
recipients:
on_success: change
on_failure: always