diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-16 20:30:59 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-16 20:30:59 +0900 |
commit | eb5e3b8ff21726f819e431751777b489ba7da546 (patch) | |
tree | eea43c5b0a8d85fbd96c3e2248d4267bfcd6a2a8 | |
parent | c31011c7b3467a05bc66a4f6e7a1b6b46e7f051f (diff) |
travis: use old Trusty images
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-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 |