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

Commit 7e699678 by Jan Aagaard Meier Committed by GitHub

Maybe this is the lucky shot? 🔫

1 parent 3ab5e95a
Showing with 1 additions and 1 deletions
...@@ -28,13 +28,13 @@ install: ...@@ -28,13 +28,13 @@ install:
build: off build: off
before_test: before_test:
- ps: echo (Get-Command git)
- ps: . .\appveyor-setup.ps1 - ps: . .\appveyor-setup.ps1
test_script: 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: |
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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!