status-go/vendor/github.com/shopspring/decimal/.travis.yml

14 lines
99 B
YAML
Raw Normal View History

2019-06-09 07:24:20 +00:00
language: go
go:
- 1.2
- 1.3
- 1.4
- tip
install:
- go build .
script:
- go test -v