Skip to content

Commit 94eeac2

Browse files
committed
travis: fix module enable
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 359249e commit 94eeac2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
sudo: false
1919
language: go
2020
go:
21-
- 1.12
21+
- 1.12.x
2222

2323
script:
2424
- make all
25+
26+
env:
27+
- GO111MODULE=on

0 commit comments

Comments
 (0)