transfer.sh/.travis.yml
2014-10-16 20:01:43 +02:00

10 lines
86 B
YAML

language: go
go:
- 1.1
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...