Skip to content

Commit 96c1a49

Browse files
kasperlmhevery
authored andcommitted
chore(travis): Dump more information about the installed version of Google Chrome.
Closes dart-archive#717
1 parent 4bb5845 commit 96c1a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/travis/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sudo apt-get install libxss1
99

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

0 commit comments

Comments
 (0)