update travis; unstable

This commit is contained in:
Henrique Dias 2016-06-08 08:31:07 +01:00
parent 97a3a7cfdb
commit d40844e1af

View File

@ -18,7 +18,8 @@ install:
- go install github.com/mitchellh/gox - go install github.com/mitchellh/gox
- go generate - go generate
script: 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 ./... - go test ./...
- bash dist/automate.sh - bash dist/automate.sh
deploy: deploy: