Skip to content

Commit b628615

Browse files
committed
Prevent error when installing chromedriver
We add some errors that lead to: dpkg: error processing archive /tmp/google-chrome-stable_current_amd64.deb (--install): subprocess dpkg-deb --control returned error exit status 2 Errors were encountered while processing: /tmp/google-chrome-stable_current_amd64.deb This addition fix the error and install properly chromedriver Related: travis-ci/travis-ci#9361
1 parent 55c373e commit b628615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ addons:
55
chrome: stable
66
apt:
77
packages:
8+
- dpkg
89
- chromium-chromedriver
910

1011
# We deviate from the rspec-dev cache setting here.

0 commit comments

Comments
 (0)