attempt to enable ipv6 on travis

This commit is contained in:
Shivaram Lingamneni 2020-03-24 10:14:16 -04:00
parent 1195295877
commit 2bb513fba5
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ language: go
go: go:
- "1.14.x" - "1.14.x"
before_install:
# https://github.com/travis-ci/travis-ci/issues/8361
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
script: script:
- make - make
- make test - make test