Skip to content

Commit c5ae539

Browse files
committed
downloading google chrome doesn't seem necessary
1 parent 2934bd3 commit c5ae539

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ before_install:
2828
- sudo apt-get --yes --force-yes update -qq
2929
- sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
3030
# orca system dependencies -- https://github.com/plotly/orca/#linux-troubleshooting-cannot-open-shared-object
31-
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
32-
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
33-
- sudo apt-get update
34-
- sudo apt-get install --yes libgtk2.0-0 libgconf-2-4 google-chrome-stable desktop-file-utils
31+
- sudo apt-get install --yes libgtk2.0-0 libgconf-2-4 desktop-file-utils
3532
# Setup orca AppImage as a executable binary on linux
3633
- wget https://github.com/plotly/orca/releases/download/v1.1.1/orca-1.1.1-x86_64.AppImage -P $HOME
3734
- chmod 777 $HOME/orca-1.1.1-x86_64.AppImage

0 commit comments

Comments
 (0)