From 73e1f3c9a223191480d8ddadce704ffc8b30580d Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Fri, 14 Apr 2017 22:54:42 +0200 Subject: [PATCH] appveyor gah ... --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index a6f9db6..fea0873 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,6 +69,7 @@ test_script: on_finish: - cd c:\projects\php-sdk\v8js-ci\vc14\%Platform%\php-%PHP_VERSION% + - type ext\v8js\tests\issue_306_basic.out - ps: | # upload results to AppVeyor $wc = New-Object 'System.Net.WebClient'