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

You need to sign in or sign up before continuing.
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:
- 'IF "%COVERAGE%" == "true" (npm run cover) ELSE (npm test)'
after_test:
- ps: $env:PATH = 'C:\Program Files\Git\usr\bin;' + $env:PATH
- ps: |
$env:PATH = 'C:\Program Files\Git\usr\bin;' + $env:PATH
if (Test-Path env:\COVERAGE) {
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
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!