forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
46 lines (38 loc) · 787 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
language: python
node_js: "8"
cache:
- pip
- yarn
env:
global:
- DISPLAY=':99.0'
- YARN_VERSION='0.24.5'
- MC_COMMIT='6ffbba9ce0ef' # https://hg.mozilla.org/mozilla-central/shortlog
notifications:
slack:
on_success: never
on_failure: always
addons:
apt:
packages:
- autoconf2.13
- sshpass
- p7zip-full
artifacts:
paths:
- $HOME/firefox/mochitest.log
install:
- pip install --upgrade pip
- pip install -U mercurial
- . $HOME/.nvm/nvm.sh; nvm install stable; nvm use stable
- ./bin/ci/install-yarn
- ./bin/ci/clone-gecko.sh
- du -sh firefox
- yarn
before_script:
- ./bin/ci/build-firefox.sh
- sh -e /etc/init.d/xvfb start
script:
- node --version
- du -sh firefox
- node ./bin/ci/run-tests.js