Skip to content

Commit aad62c9

Browse files
committed
Attempt to fix the random failures
1 parent d2b7c8d commit aad62c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
1111
- sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
1212
- sudo apt-get update
13-
- sudo apt-get install google-chrome-stable
13+
- sudo apt-get install --allow-unauthenticated google-chrome-stable
1414
- export CHROME_SANDBOX=/opt/google/chrome/chrome-sandbox
1515
- sudo cp -f build/chrome-sandbox $CHROME_SANDBOX
1616
- sudo chown root:root $CHROME_SANDBOX; sudo chmod 4755 $CHROME_SANDBOX

0 commit comments

Comments
 (0)