Skip to content

Commit ef02bcc

Browse files
committed
Switch to new Travis infra
Travis is pushing a Docker-based infra: http://docs.travis-ci.com/user/migrating-from-legacy/ Signed-off-by: Nick Semenkovich <semenko@alum.mit.edu>
1 parent aea9daa commit ef02bcc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ language: python
55
python:
66
- "2.7"
77
addons:
8+
apt:
9+
packages:
10+
- libxml2-dev
11+
- libxslt-dev
12+
- python-dev
13+
- libcurl4-openssl-dev
14+
- python-lxml
815
firefox: "37.0"
916
virtualenv:
1017
system_site_packages: true
1118
install:
12-
- sudo apt-get -qq install libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev python-lxml
1319
- pip install -r https-everywhere-checker/requirements.txt
1420
before_script:
1521
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)