Update tests to work with latest tooling

This commit is contained in:
Steve Sanderson
2017-05-17 10:43:20 +01:00
parent 3390d75528
commit cd240907f8
3 changed files with 90 additions and 97 deletions

View File

@@ -31,7 +31,7 @@ artifacts:
# - ps: .\build.ps1
clone_depth: 1
test_script:
- dotnet restore ./src
- dotnet restore
- npm install -g selenium-standalone
- selenium-standalone install
# The nosys flag is needed for selenium to work on Appveyor