Skip to content

Commit 29f53f1

Browse files
authored
Merge pull request #2019 from travis-ci/cs-fix-chrome
Changing Chrome URL (macOS)
2 parents 37c8023 + 72134b8 commit 29f53f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/travis/build/addons/chrome.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ def export_source_url
6060
sh.elif "$(uname) = 'Darwin'" do
6161
case version
6262
when 'stable'
63-
pkg_url = "https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg"
63+
pkg_url = "https://dl.google.com/chrome/mac/universal/stable/GGRO/googlechrome.dmg"
6464
when 'beta'
65-
pkg_url = "https://dl.google.com/chrome/mac/beta/googlechrome.dmg"
65+
pkg_url = "https://dl.google.com/chrome/mac/universal/beta/googlechromebeta.dmg "
6666
end
6767
sh.export 'CHROME_SOURCE_URL', pkg_url
6868
end

0 commit comments

Comments
 (0)