mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 12:30:49 +01:00
9ffd602a49
* Update Travis-CI configuration * Migrate to travis-ci.com
19 lines
157 B
YAML
19 lines
157 B
YAML
language: go
|
|
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
|
|
go:
|
|
- 1.7.x
|
|
- 1.14.x
|
|
- 1.15.x
|
|
- 1.16.x
|
|
- 1.17.x
|
|
- tip
|
|
|
|
install:
|
|
- go build .
|
|
|
|
script:
|
|
- go test -v
|