Skip to content

Commit 9f1a858

Browse files
Fix .travis.yml
1 parent 0d03fe8 commit 9f1a858

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ env:
77
global:
88
- GO111MODULE=on
99

10+
install:
11+
- go mod download
12+
1013
script:
1114
- go test ./...
1215

0 commit comments

Comments
 (0)