Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit 1ae7509

Browse files
committed
Drop libxslt-dev, cache pip.
1 parent ef02bcc commit 1ae7509

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Config copied from
22
# http://www.theautomatedtester.co.uk/blog/2012/using-travis-ci-for-building-and-testing-firefox-addons.html
3-
# Use node_js because there are maybe more workers?
43
language: python
54
python:
65
- "2.7"
6+
cache: pip
77
addons:
88
apt:
99
packages:
1010
- libxml2-dev
11-
- libxslt-dev
1211
- python-dev
1312
- libcurl4-openssl-dev
1413
- python-lxml

0 commit comments

Comments
 (0)