caddy/.travis.yml

9 lines
65 B
YAML
Raw Normal View History

2015-05-06 12:54:13 +08:00
language: go
2015-07-18 15:37:22 +08:00
go:
- 1.4
2015-09-03 08:28:03 +08:00
- 1.5
2015-07-18 15:37:22 +08:00
- tip
script: go test ./...