From f66302ca0579171ffd1730eb8f33dd05af3d9a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 5 Nov 2020 07:51:41 +0100 Subject: [PATCH] travis: Install nodejs on Windows --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9ff6029b1..10756e14d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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