hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit 214dbdfb6f016d21415bc1ed511a37a084238878
parent 729be8074bddb58c9111f32c55cc769e49cd0d5a
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed, 14 Jun 2017 11:16:06 +0200

Remove docs building from CI builds

We could probably get it working, but we have plenty of site tests now.

Diffstat:
M.travis.yml | 2--
Mappveyor.yml | 2--
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -15,8 +15,6 @@ install:
   - make vendor
 script:
   - make hugo-race check
-  - ./hugo -s docs/
-  - ./hugo --renderToMemory -s docs/
 before_install:
   # gem install must be run with sudo on OSX
   - sudo gem install asciidoctor | gem install asciidoctor
diff --git a/appveyor.yml b/appveyor.yml
@@ -13,5 +13,3 @@ install:
 
 build_script:
   - make hugo-race check
-  - hugo -s docs/
-  - hugo --renderToMemory -s docs/