Skip to content

Commit 1b85bf7

Browse files
committed
chore: fix typo
1 parent 70203c8 commit 1b85bf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ os:
1515
- windows
1616

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

2323
script: npx nyc -s npm run test:node -- --bail
2424
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

0 commit comments

Comments
 (0)