mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
travis: Install nodejs on Windows
This commit is contained in:
@@ -50,6 +50,7 @@ before_install:
|
|||||||
# https://travis-ci.community/t/go-cant-find-gcc-with-go1-11-1-on-windows/293/5
|
# https://travis-ci.community/t/go-cant-find-gcc-with-go1-11-1-on-windows/293/5
|
||||||
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then
|
||||||
choco install mingw -y;
|
choco install mingw -y;
|
||||||
|
choco install -y --force nodejs;
|
||||||
export PATH=/c/tools/mingw64/bin:"$PATH";
|
export PATH=/c/tools/mingw64/bin:"$PATH";
|
||||||
fi
|
fi
|
||||||
- gem install asciidoctor
|
- gem install asciidoctor
|
||||||
|
Reference in New Issue
Block a user