Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os: linux
dist: trusty
language: python
python: 3.6
group: deprecated-2017Q4
group: bionic
services:
- docker
matrix:
Expand Down
2 changes: 1 addition & 1 deletion test/run_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ elif [ "$TEST" == "validations" ] || [ "$TEST" == "fetch" ] || [ "$TEST" == "pre
if [ "$TEST" == "fetch" ]; then
echo >&2 "Testing test URLs in all changed rulesets."
# --privileged is required here for miredo to create a network tunnel
docker run --rm -ti -v $(pwd):/opt -e RULESETS_CHANGED="$RULESETS_CHANGED" --privileged httpse bash -c "service miredo start && service tor start && test/fetch.sh"
docker run --rm -ti -v $(pwd):/opt -e RULESETS_CHANGED="$RULESETS_CHANGED" --privileged httpse bash -c "echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6 && service miredo start && service tor start && test/fetch.sh"
fi

if [ "$TEST" == "preloaded" ]; then
Expand Down