mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-23 04:40:49 +01:00
12 lines
94 B
YAML
12 lines
94 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2.2
|
|
- 1.13
|
|
- tip
|
|
|
|
install:
|
|
- go build .
|
|
|
|
script:
|
|
- go test -v
|