caddy/.travis.yml

9 lines
65 B
YAML
Raw Normal View History

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