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

Commit 2ae4d9a8 by Jan Aagaard Meier Committed by GitHub

Merge pull request #6548 from sequelize/appveyor-cleanup

Clean up appveyor.yml
2 parents 2e90484d 5210eb5f
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!