We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf53c3d commit c0e63a2Copy full SHA for c0e63a2
rb/lib/selenium/webdriver/common/platform.rb
@@ -51,7 +51,7 @@ def os
51
end
52
53
def ci
54
- elsif ENV['JENKINS']
+ if ENV['JENKINS']
55
:jenkins
56
elsif ENV['APPVEYOR']
57
:appveyor
0 commit comments