From 192f7649ac1f11ffe248cf65ca4cb9445111a904 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 10 Aug 2016 10:13:57 +0100 Subject: [PATCH] update travis --- .travis.yml | 2 -- README.md | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9449a2c..e003da34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ go: - tip sudo: false install: -- export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH" -- export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH" - go get github.com/mitchellh/gox - go get github.com/mholt/caddy - go get github.com/hashicorp/go-syslog diff --git a/README.md b/README.md index 7d533efe..3f7ae1a0 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,7 @@ [Hugo](http://gohugo.io/) is an easy to use and fast command line static website generator, while [Caddy](http://caddyserver.com) is a lightweight, fast, general-purpose, cross-platform HTTP/2 web server with automatic HTTPS. This extension is able to bring a web interface to Caddy to manage Hugo generated websites. This plugin provides you an web interface to manage your websites made with Hugo. **If you're not developer go to the [documentation](https://caddyserver.com/docs/hugo)**. + +## NOTE FOR DEVELOPERS + +You need to run `go generate` on `$GOPATH/src/github.com/hacdias/caddy-hugo` before building any binary. Otherwise, you will receive an `undefined: Asset` error.