status-go/vendor/github.com/fjl/memsize/.travis.yml

7 lines
89 B
YAML
Raw Normal View History

2019-06-09 07:24:20 +00:00
language: go
go: "1.10.x"
env:
- GOARCH=i386
- GOARCH=amd64
script: go test -v ./...