Always quote the browser version so nothing converts it to a float

This commit is contained in:
Gregg Van Hove
2016-03-01 17:34:24 -08:00
parent b6798cdb06
commit 87e808282b

View File

@@ -12,6 +12,6 @@ sauce:
- CI
tunnel_identifier: <%= ENV['TRAVIS_JOB_NUMBER'] ? %Q("#{ENV['TRAVIS_JOB_NUMBER']}") : nil %>
os: <%= ENV['SAUCE_OS'] %>
browser_version: <%= ENV['SAUCE_BROWSER_VERSION'] %>
browser_version: "<%= ENV['SAUCE_BROWSER_VERSION'] %>"