Merge branch 'master' of https://github.com/hacdias/caddy-hugo
This commit is contained in:
commit
ee5393a9be
|
@ -17,6 +17,9 @@ install:
|
|||
- go install github.com/caddyserver/caddydev
|
||||
- go install github.com/mitchellh/gox
|
||||
- go generate
|
||||
- cd $GOPATH/github.com/hacdias/caddy-filemanager
|
||||
- go generate
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
script:
|
||||
- caddydev --output="caddy" --source="." hugo
|
||||
- go test ./...
|
||||
|
|
Loading…
Reference in New Issue