Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: required
os: linux
dist: trusty
dist: xenial
language: python
python: 3.6
group: deprecated-2017Q4
services:
- docker
matrix:
Expand Down Expand Up @@ -32,6 +31,9 @@ matrix:
firefox: latest-esr
env: TEST="firefox esr" BROWSER=firefox
before_install:
# IPv6 https://github.com/travis-ci/travis-ci/issues/8891#issuecomment-353403729
- echo '{"ipv6":true,"fixed-cidr-v6":"2001:db8:1::/64"}' | sudo tee /etc/docker/daemon.json
- sudo service docker restart
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script: travis_retry test/setup_travis.sh
Expand Down
1 change: 1 addition & 0 deletions src/chrome/content/rules/Haproxy.org.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@

<rule from="^http:" to="https:" />
</ruleset>