decimal/.travis.yml
2015-03-25 22:12:31 -05:00

12 lines
91 B
YAML

language: go
go:
- 1.2
- 1.3
- tip
install:
- go build .
script:
- go test -v