Skip to content

Commit fea5619

Browse files
committed
removed after_test
1 parent 07c2098 commit fea5619

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.appveyor.yml

-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ test_script:
3131
on_success:
3232
- echo "%JL_CODECOV_SCRIPT%"
3333
- C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
34-
after_test:
35-
- ps : |
36-
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
37-
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
38-
bash codecov.sh -f "coverage.xml" -t 9a7f5d9b-9fa2-4824-93c6-9e9d0875ebbf

0 commit comments

Comments
 (0)