We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6572c commit 0c75febCopy full SHA for 0c75feb
1 file changed
.travis.yml
@@ -3,18 +3,11 @@ after_success:
3
go:
4
- 1.11.x
5
- 1.12.x
6
+env:
7
+ global:
8
+ - GO111MODULE=on
9
install:
-- go get -u github.com/axw/gocov/gocov
-- go get -u gopkg.in/matm/v1/gocov-html
-- go get -u github.com/cee-dub/go-junit-report
10
-- go get -u github.com/stretchr/testify/assert
11
-- go get -u gopkg.in/yaml.v2
12
-- go get -u github.com/go-openapi/analysis
13
-- go get -u github.com/go-openapi/errors
14
-- go get -u github.com/go-openapi/loads
15
-- go get -u github.com/go-openapi/strfmt
16
-- go get -u github.com/go-openapi/validate
17
-- go get -u github.com/docker/go-units
+- go mod download
18
language: go
19
notifications:
20
slack:
0 commit comments