2020-11-09 10:05:29 -03:00

18 lines
269 B
YAML

language: go
cache:
directories:
- $GOCACHE
- $GOPATH/pkg/mod
- $GOPATH/src/github.com/btcsuite
- $GOPATH/src/github.com/golang
go:
- "1.13.x"
sudo: required
script:
- export PATH=$PATH:$HOME/gopath/bin
- export GO111MODULE=on
- go test -v