mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
travis: Install nodejs on Windows
This commit is contained in:
parent
944150bafb
commit
f66302ca05
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ before_install:
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue