We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109aa09 commit 39c693aCopy full SHA for 39c693a
.travis.yml
@@ -29,6 +29,7 @@ before_install:
29
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then export PATH=/c/PROGRA~1/Git/usr/bin:/c/PROGRA~1/Git/mingw64/libexec/git-core:$PATH ; fi
30
# allow windows to run scripts with node 14 and npm 7 (may not be necessary when node 14 is no longer lts)
31
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then npm config set script-shell c:/PROGRA~1/Git/bin/bash.exe ; fi
32
+ - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then npm config set loglevel verbose ; fi
33
# workspaces require npm 7 or above
34
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then export NPM_CONFIG_PREFIX=c:\\npm_prefix PATH="/c/npm_prefix:$PATH"; fi
35
- npm install -g npm@latest
0 commit comments