Skip to content

Commit

Permalink
Remove build dependency 'Selenium.WebDriver'
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed May 3, 2018
1 parent a1449a2 commit 691f56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSCodeHealth.BuildSettings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$Settings = @{

BuildOutput = "$PSScriptRoot\BuildOutput"
Dependency = @('Coveralls','Pester','PsScriptAnalyzer','platyPS','Selenium.WebDriver')
Dependency = @('Coveralls','Pester','PsScriptAnalyzer','platyPS')
SourceFolder = "$PSScriptRoot\$($env:APPVEYOR_PROJECT_NAME)"
TestUploadUrl = "https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)"
CoverallsKey = $env:Coveralls_Key
Expand Down

0 comments on commit 691f56d

Please sign in to comment.