We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b85bf7 commit 00613efCopy full SHA for 00613ef
.travis.yml
@@ -15,9 +15,7 @@ os:
15
- windows
16
17
before_install:
18
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then which git ; fi
19
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then git --version ; fi
20
- - if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -l /c/PROGRA~1/Git/mingw64/libexec/git-core ; fi
+ # prevents windows error: npm ERR! ... git-sh-setup: file not found
21
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=/c/PROGRA~1/Git/usr/bin:/c/PROGRA~1/Git/mingw64/libexec/git-core:$PATH ; fi
22
23
script: npx nyc -s npm run test:node -- --bail
0 commit comments