Skip to content

Commit

Permalink
Fix installing chrome*.deb
Browse files Browse the repository at this point in the history
  • Loading branch information
selemxmn committed Sep 12, 2019
1 parent 18655c7 commit d85e3a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ cache:
- node_modules

before_install:
- sudo apt-get clean
- sudo apt-get update
- sudo apt-get install dpkg
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
- export CHROME_BIN=/usr/bin/google-chrome
Expand Down

0 comments on commit d85e3a0

Please sign in to comment.