From 86a7751288bad53dfa98bbe2b5b52c2df644416b Mon Sep 17 00:00:00 2001 From: Osamu TONOMORI Date: Wed, 11 Sep 2019 22:24:02 +0900 Subject: [PATCH] Edit .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cfbb010..41476bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,14 @@ language: go go: - 1.11.x - 1.12.x + - 1.13.x before_install: - - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0 + - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.18.0 install: - - dep ensure + - GO111MODULE=on go mod vendor before_script: - golangci-lint run ./...