File tree 3 files changed +1
-7
lines changed 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 16
16
- GO111MODULE=on
17
17
install :
18
18
- travis-scripts/win-setup.bash
19
- - make testdeps
20
19
script :
21
20
- travis_wait 25 travis-scripts/run-tests.bash
22
21
services :
Original file line number Diff line number Diff line change 16
16
GO111MODULE=off go get mvdan.cc/gofumpt
17
17
gofumpt -s -w .
18
18
19
- testdeps :
20
- go mod download
21
-
22
19
pretest : lint
23
20
24
21
gotest :
25
22
go test -race -vet all ./...
26
23
27
- test : testdeps pretest gotest
24
+ test : pretest gotest
28
25
29
26
integration :
30
27
go test -tags docker_integration -run TestIntegration -v
Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ install:
15
15
- rmdir c:\go /s /q
16
16
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
17
17
- 7z x go%GOVERSION%.windows-amd64.zip -y -oC:\ > NUL
18
- build_script :
19
- - make testdeps
20
18
test_script :
21
19
- make pretest gotest
22
20
matrix :
You can’t perform that action at this time.
0 commit comments