mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 11:32:33 -05:00
18 lines
269 B
YAML
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
|