decimal/.travis.yml
2015-06-14 12:05:42 -04:00

13 lines
99 B
YAML

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