decimal/.travis.yml

12 lines
94 B
YAML

language: go
go:
- 1.2.2
- 1.13
- tip
install:
- go build .
script:
- go test -v