Skip to content

Commit

Permalink
chore: update windows commands
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 19, 2020
1 parent 1b85bf7 commit 00613ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ os:
- windows

before_install:
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then which git ; fi
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then git --version ; fi
- 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
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=/c/PROGRA~1/Git/usr/bin:/c/PROGRA~1/Git/mingw64/libexec/git-core:$PATH ; fi

script: npx nyc -s npm run test:node -- --bail
Expand Down

0 comments on commit 00613ef

Please sign in to comment.