Skip to content

Commit

Permalink
travis: Install nodejs on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Nov 5, 2020
1 parent 944150b commit f66302c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f66302c

Please sign in to comment.