decimal/.travis.yml

17 lines
135 B
YAML

language: go
arch:
- amd64
- ppc64le
go:
- 1.7.x
- 1.12.x
- 1.13.x
- tip
install:
- go build .
script:
- go test -v