Skip to content

Commit

Permalink
Revert "Update appveyor.yml"
Browse files Browse the repository at this point in the history
This reverts commit faf6a63.
  • Loading branch information
jdavid committed Oct 14, 2016
1 parent 6d6931c commit 865c2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build_script:
test_script:
- ps: |
cp build\Release\git2.dll .
try { & $env:PYTHON setup.py nosetests --with-xunit } catch {}
try { & $env:PYTHON setup.py nosetests --with-xunit }
# upload results to AppVeyor
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nosetests.xml))
Expand Down

0 comments on commit 865c2f0

Please sign in to comment.