forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (27 loc) · 723 Bytes
/
.travis.yml
File metadata and controls
35 lines (27 loc) · 723 Bytes
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
language: c
os:
- linux
- osx
install: ./etc/ci/travis.install.sh
before_script: ./etc/ci/travis.before_script.sh
script: ./etc/ci/travis.script.sh
git:
submodules: false
notifications:
irc:
channels: "irc.mozilla.org#servo"
on_success: change
on_failure: change
use_notice: true
env:
global:
- LD_LIBRARY_PATH: /usr/local/lib
- secure: "C/9/o+5KdTY1LZ4qZGE1+gY6mEGamG/VDHP69Om9dklfchJD6C+j8K8dvmE26FeRnLhSL7eGf1b3m6lfgkTZeVFjjiZE0Exvf1yI9Y3QPWR7ViaFxWk1z1I4HaSu4fpBo++e8FW+0EGjIkIrRtAn+bav3eDpAhgSih10KmAx4a8="
matrix:
- TASKS=build,test-content,test-ref,build-cef
matrix:
include:
- os: osx
env: TASKS=build,test-wpt1
- os: osx
env: TASKS=build,test-wpt2