From adf7d3ed8d0fa4b25b0c2e9058278e24ae935b33 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Wed, 10 Jun 2020 17:05:34 -0400 Subject: [PATCH] Dump kernel ip6 settings --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b9bed2b8..49948c38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,8 @@ before_install: - hostname - hostname --fqdn - ip add + # + - sysctl -a | grep -i ipv6 | grep disable install: - sudo tests/system-setup/remote-nextcloud-docker.sh