diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-12-01 22:20:18 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-12-19 20:11:56 +0900 |
commit | 598bba9fb2b761d1ad32776b0a61357500227de1 (patch) | |
tree | 02737038dc8c6b330cdf7690bc6cb3be2b3c8fe6 /.travis.yml | |
parent | 831b33fdb75074f7fbc19c6a7b966e1633ad5200 (diff) |
server: use Dialer Control method instead of hack to modify connection before dialing
Use the feature of go 1.11 to remove the hack.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 824e1117..e0e59bb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go _dep_ensure: &_dep_ensure - go: "1.10" + go: "1.11" before_install: go get -u github.com/golang/dep/cmd/dep install: $GOPATH/bin/dep ensure @@ -66,7 +66,7 @@ matrix: - <<: *_unittest env: - DESCRIPTION="Tests + goreleaser + cover" - go: "1.10" + go: "1.11" script: - go test $(go list ./... | grep -v '/vendor/') -coverprofile=coverage.txt -covermode=atomic after_success: |