mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 20:40:48 +01:00
f1c1aead5a
* Drop support for Go versions older than 1.7 * Update README.md
13 lines
107 B
YAML
13 lines
107 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- tip
|
|
|
|
install:
|
|
- go build .
|
|
|
|
script:
|
|
- go test -v
|