From d40844e1af7a001f84cd36bfb0255be8d6063bc3 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 8 Jun 2016 08:31:07 +0100 Subject: [PATCH] update travis; unstable --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: