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:
13
13
go :
14
14
- 1.13.x
15
15
- 1.14.x
16
+ - 1.18.x
16
17
17
18
env :
18
19
global :
@@ -54,11 +55,11 @@ install:
54
55
script :
55
56
- make build
56
57
- 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, -) ./...
58
59
- make lint
59
60
60
61
after_success :
61
62
- sudo -E $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci
62
63
63
- after_script :
64
+ after_script :
64
65
- chmod +x ./travis-teardown.sh && ./travis-teardown.sh
You can’t perform that action at this time.
0 commit comments