blob: 87d230c8d78e2eae09b781ed4c22a2b876c24bdf [file] [log] [blame]
divyadesai81bb7ba2020-03-11 11:45:23 +00001language: go
2
3go:
4 - "1.x"
5
6env:
7 - GO111MODULE=on
8
9install:
10 - go get ./...
11
12script:
13 - go test ./...