File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ services:
1313go :
1414 - 1.13.x
1515 - 1.14.x
16+ - 1.18.x
1617
1718env :
1819 global :
@@ -54,11 +55,11 @@ install:
5455script :
5556 - make build
5657 - chmod +x ./integration_test.sh && ./integration_test.sh
57- - sudo -E TMPDIR=$TMPDIR $(which go) test -race -v -coverprofile=coverage.out -covermode=atomic -coverpkg=$(go list ./... | grep -v '/vendor/' | paste -sd, -) ./...
58+ - sudo -E TMPDIR=$TMPDIR $(which go) test -race -v -coverprofile=coverage.out -covermode=atomic -coverpkg=$(go list ./... | grep -v '/vendor/' | paste -sd, -) ./...
5859 - make lint
5960
6061after_success :
6162 - sudo -E $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
6263
63- after_script :
64+ after_script :
6465 - chmod +x ./travis-teardown.sh && ./travis-teardown.sh
You can’t perform that action at this time.
0 commit comments