shithub: hugo

Download patch

ref: f66302ca0579171ffd1730eb8f33dd05af3d9a00
parent: 944150bafbbb5c3e807ba3688174e70764dbdc64
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Thu Nov 5 02:51:41 EST 2020

travis: Install nodejs on Windows

--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,7 @@
     # https://travis-ci.community/t/go-cant-find-gcc-with-go1-11-1-on-windows/293/5
   - if [ "$TRAVIS_OS_NAME" = "windows" ]; then
         choco install mingw -y;
+        choco install -y --force nodejs;
         export PATH=/c/tools/mingw64/bin:"$PATH";
     fi
   - gem install asciidoctor