diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3ef49f7d..77a7414f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ _python: &_python _docker: &_docker <<: *_python sudo: required + dist: trusty + group: deprecated-2017Q4 before_install: - test $TRAVIS_OS_NAME == "linux" && sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0 - test $TRAVIS_OS_NAME == "linux" && sudo sysctl -w net.ipv6.conf.default.disable_ipv6=0 |