From c06061969e523b2c1b4a73f71052131b3dc32637 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 9 Jun 2016 15:24:05 +0100 Subject: [PATCH] update travis; caddydev is 0.9 ready now --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 60bf6b3f..6cc32cb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,7 @@ install: - go install github.com/mitchellh/gox - go generate script: -- 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 +- caddydev --output="caddy" --source="." hugo - go test ./... - bash dist/automate.sh deploy: