hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 293e12355dd9d9361774f5ab340cd8a03b4828a1
parent fdf3c3b8234ed340f40a85fb76d96ae3a9ccf195
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Thu, 30 Aug 2018 11:04:15 +0200

appveyor: Update script to Go 1.11

Fixes #5127

Diffstat:
Mappveyor.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
@@ -10,15 +10,15 @@ environment:
   HUGO_BUILD_TAGS: extended
 
 # clones and cd's to path
-clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
+clone_folder: C:\hugo
 
 install:
 #  - gem install asciidoctor
   - pip install docutils
-  - go get github.com/magefile/mage
+  - env GO111MODULE=off go get github.com/magefile/mage
 
 build_script:
-  - mage vendor hugoRace
+  - mage hugoRace
   - mage -v check
   - hugo -s docs/
   - hugo --renderToMemory -s docs/