From 3c1a1ffaa4f3bb4677cfbbb61bf896616cfeff45 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 17 May 2017 11:04:41 +0100 Subject: [PATCH] Attempt to make selenium-standalone run on AppVeyor --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4898f78..e3d61d7 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,8 +34,7 @@ test_script: - dotnet restore - npm install -g selenium-standalone - selenium-standalone install - # The nosys flag is needed for selenium to work on Appveyor - - ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true' + - ps: Start-Process selenium-standalone 'start' - ps: Push-Location - cd test - npm install