Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit ff34979

Browse files
committed
Fix build: match wget version in TravisCI
1 parent 25625f0 commit ff34979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.0-p10
1+
3.6.0-p11

test/script_push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ github_release_from_NEXT_RELEASE() {
240240
|| die "while trying to get CHROME_VERSION"
241241

242242
CHROME_DEB_FILE_NAME="google-chrome-stable_${CHROME_VERSION}_amd64"
243-
wget -nv --show-progress -O "${CHROME_DEB_FILE_NAME}.deb" \
243+
wget -nv -O "${CHROME_DEB_FILE_NAME}.deb" \
244244
"https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
245245

246246
md5sum ${CHROME_DEB_FILE_NAME}.deb > ${CHROME_DEB_FILE_NAME}.md5

0 commit comments

Comments
 (0)