filebrowser/.travis.yml
2017-04-23 15:39:12 +01:00

15 lines
253 B
YAML

language: go
go:
- tip
- 1.8
install:
- go get $(go list -f '{{join .Imports "\n"}}' ./... | sort | uniq | grep -v caddy-hugo) || true
- go get github.com/mholt/caddy/caddyhttp
before_script:
- ./before_script.sh
script:
- go build caddy