mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 12:30:49 +01:00
13 lines
99 B
YAML
13 lines
99 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
|
|
install:
|
|
- go build .
|
|
|
|
script:
|
|
- go test -v
|