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.
2 parents 70daa03 + f94fa9d commit 571e28dCopy full SHA for 571e28d
README.md
@@ -48,7 +48,7 @@ Create a jasmine_selenium_runner.yml in spec/javascripts/support/ with the follo
48
tags:
49
- <%= ENV['TRAVIS_RUBY_VERSION'] || RUBY_VERSION %>
50
- CI
51
- tunnel_identifier: <%= ENV['TRAVIS_JOB_NUMBER'] ? "#{ENV['TRAVIS_JOB_NUMBER']}" : nil %>
+ tunnel_identifier: <%= ENV['TRAVIS_JOB_NUMBER'] ? "'#{ENV['TRAVIS_JOB_NUMBER']}'" : nil %>
52
os: <%= ENV['SAUCE_OS'] %>
53
browser_version: <%= ENV['SAUCE_BROWSER_VERSION'] %>
54
0 commit comments