不要怂,就是干,撸起袖子干!

Commit 5210eb5f by Felix Becker Committed by GitHub

Clean up appveyor.yml

1 parent 2e90484d
Showing with 1 additions and 1 deletions
...@@ -34,8 +34,8 @@ test_script: ...@@ -34,8 +34,8 @@ test_script:
- 'IF "%COVERAGE%" == "true" (npm run cover) ELSE (npm test)' - 'IF "%COVERAGE%" == "true" (npm run cover) ELSE (npm test)'
after_test: after_test:
- ps: $env:PATH = 'C:\Program Files\Git\usr\bin;' + $env:PATH
- ps: | - ps: |
$env:PATH = 'C:\Program Files\Git\usr\bin;' + $env:PATH
if (Test-Path env:\COVERAGE) { if (Test-Path env:\COVERAGE) {
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh -f "coverage\lcov.info" bash codecov.sh -f "coverage\lcov.info"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!