Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

chore(travis): Dump more information about the installed version of Chrome #717

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sudo apt-get install libxss1

if [[ $TESTS != "vm" ]]; then
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb;
dpkg -I google-chrome*.deb;
sudo dpkg -i google-chrome*.deb;
sudo chmod u+s /opt;
fi