mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -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
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue