Skip to content

Commit

Permalink
fixup! ci: generate test report on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg committed May 9, 2016
1 parent 5f7b8f6 commit e99e9c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -25,6 +25,6 @@ version: '{build}'
test_script:
- npm run test-appveyor
after_test:
- ps: >-
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\xunit-results.xml))
- ps: >
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\xunit-results.xml))

0 comments on commit e99e9c7

Please sign in to comment.