Skip to content

Commit 3c7ddb7

Browse files
committed
chore: actually add the paths
1 parent 6896e83 commit 3c7ddb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codeco
1919

2020
jobs:
2121
include:
22+
- os: windows
23+
before_install:
24+
- export "PATH=/c/Program\ Files/Git/usr/bin:/c/Program\ Files/Git/mingw64/libexec/git-core:$PATH"
25+
2226
- stage: check
2327
script:
2428
- npx aegir commitlint --travis

0 commit comments

Comments
 (0)