diff --git a/.travis.yml b/.travis.yml index 6cc32cb6..a6e851a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,8 @@ install: - go install github.com/mitchellh/gox - go generate script: -- caddydev --output="caddy" --source="." hugo +- sed -i -e 's/\/\/ This is where other plugins get plugged in \(imported\)/_ github.com/hacdias/caddy-hugo/g' $GOPATH/github.com/mholt/caddy/caddy/caddymain/run.go +- go install github.com/mholt/caddy - go test ./... - bash dist/automate.sh deploy: