Further attempt to make Djna.nosys=true work on AppVeyor

This commit is contained in:
Steve Sanderson
2017-05-17 12:04:43 +01:00
parent 5ec31b3672
commit 144ad6a561
2 changed files with 32 additions and 3 deletions

View File

@@ -27,9 +27,8 @@ artifacts:
clone_depth: 1
test_script:
- dotnet restore
- npm install -g selenium-standalone
- selenium-standalone install
- ps: Start-Process selenium-standalone 'start','-Djna.nosys=true'
- npm install selenium-standalone
- ps: Start-Process node './start-selenium.js'
- ps: Push-Location
- cd test
- npm install