forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (35 loc) · 726 Bytes
/
.travis.yml
File metadata and controls
36 lines (35 loc) · 726 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
# Config copied from
# http://www.theautomatedtester.co.uk/blog/2012/using-travis-ci-for-building-and-testing-firefox-addons.html
language: python
python:
- "2.7"
cache: pip
addons:
apt:
packages:
- libxml2-dev
- python-dev
- libcurl4-openssl-dev
- python-lxml
firefox: "37.0"
virtualenv:
system_site_packages: true
install:
- pip install -r https-everywhere-checker/requirements.txt
before_script:
- sh -e /etc/init.d/xvfb start
env:
- DISPLAY=':99.0'
script:
- ./test.sh
sudo: false
notifications:
email:
recipients:
- jsha@eff.org
notifications:
irc:
channels:
- "irc.oftc.net#https-everywhere"
on_success: change
on_failure: change