Skip to content

Commit 0c75feb

Browse files
committed
Install modules using the modfile
Signed-off-by: Bret Comnes <bcomnes@gmail.com>
1 parent 3d6572c commit 0c75feb

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.travis.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,11 @@ after_success:
33
go:
44
- 1.11.x
55
- 1.12.x
6+
env:
7+
global:
8+
- GO111MODULE=on
69
install:
7-
- go get -u github.com/axw/gocov/gocov
8-
- go get -u gopkg.in/matm/v1/gocov-html
9-
- 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
10+
- go mod download
1811
language: go
1912
notifications:
2013
slack:

0 commit comments

Comments
 (0)