forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (37 loc) · 839 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
sudo: required
os: linux
dist: bionic
language: python
python: 3.6
group: bionic
services:
- docker
- xvfb
matrix:
fast_finish: true
include:
- env: TEST="lint"
language: node_js
node_js:
- "lts/*"
- env: TEST="unittests"
language: node_js
node_js:
- "lts/*"
- env: TEST="validations"
- env: TEST="fetch"
- env: TEST="preloaded"
# - addons:
# chrome: beta
# env: TEST="chrome beta" BROWSER=google-chrome-beta
- addons:
chrome: stable
env: TEST="chrome stable" BROWSER=google-chrome-stable
- addons:
firefox: latest
env: TEST="firefox" BROWSER=firefox
- addons:
firefox: latest-esr
env: TEST="firefox esr" BROWSER=firefox
before_script: travis_retry test/setup_travis.sh
script: . test/run_travis.sh