Skip to content

Commit c55e297

Browse files
committed
Update Google key before installing Chrome in Travis
1 parent f52554e commit c55e297

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ before_install:
7070
- ccache -s
7171
- export PATH=/usr/lib/ccache:${PATH}
7272
- which python; python --version
73+
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
7374
- source .travis/travis_funcs.sh
7475

7576
install:

0 commit comments

Comments
 (0)