Browse Source

attempt to enable ipv6 on travis

tags/v2.1.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
2bb513fba5
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .travis.yml

+ 4
- 0
.travis.yml View File

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

Loading…
Cancel
Save