decimal/.travis.yml
2019-09-04 15:36:13 -07:00

12 lines
94 B
YAML

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