We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bd4cb commit e4af576Copy full SHA for e4af576
.travis.yml
@@ -13,18 +13,17 @@ os:
13
- linux
14
- osx
15
- 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
21
22
script: npx nyc -s npm run test:node -- --bail
23
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
24
25
jobs:
26
include:
- - os: windows
- before_install:
- - git --version
- - ls -l /c/PROGRA~1/Git/mingw64/libexec/git-core
- - export PATH=/c/PROGRA~1/Git/usr/bin:/c/PROGRA~1/Git/mingw64/libexec/git-core:$PATH
27
-
28
- stage: check
29
script:
30
- npx aegir commitlint --travis
0 commit comments