caddy/.travis.yml
2015-09-02 18:28:03 -06:00

9 lines
65 B
YAML

language: go
go:
- 1.4
- 1.5
- tip
script: go test ./...