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

Commit 457a3b0

Browse files
committed
Remove addon-sdk install from travis
1 parent f4b50de commit 457a3b0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ python:
77
addons:
88
# Firefox 31 doesn't seem to be available on travis-ci.org yet.
99
firefox: "30.0"
10-
before_install:
11-
- wget -q https://ftp.mozilla.org/pub/mozilla.org/labs/jetpack/addon-sdk-1.16.tar.gz
12-
- tar xpzf addon-sdk-1.16.tar.gz
13-
- cd addon-sdk-1.16; source bin/activate; cd -
1410
install:
1511
- sudo apt-get -qq install libxml2-dev libxslt-dev python-dev
1612
- pip install --user -r requirements.txt

0 commit comments

Comments
 (0)