Skip to content

Commit e4af576

Browse files
committed
chore: move path manipulations up
1 parent 08bd4cb commit e4af576

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@ os:
1313
- linux
1414
- osx
1515
- windows
16+
before_install:
17+
- which git
18+
- git --version
19+
- ls -l /c/PROGRA~1/Git/mingw64/libexec/git-core
20+
- export PATH=/c/PROGRA~1/Git/usr/bin:/c/PROGRA~1/Git/mingw64/libexec/git-core:$PATH
1621

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

2025
jobs:
2126
include:
22-
- os: windows
23-
before_install:
24-
- git --version
25-
- ls -l /c/PROGRA~1/Git/mingw64/libexec/git-core
26-
- export PATH=/c/PROGRA~1/Git/usr/bin:/c/PROGRA~1/Git/mingw64/libexec/git-core:$PATH
27-
2827
- stage: check
2928
script:
3029
- npx aegir commitlint --travis

0 commit comments

Comments
 (0)