decimal/.travis.yml

14 lines
99 B
YAML
Raw Normal View History

2015-02-10 22:49:10 +01:00
language: go
go:
- 1.1
- 1.2
- 1.3
- tip
install:
- go build .
script:
- go test -v