Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit cc33033

Browse files
Use the Google repo for install the package.
By installing it like this you are sure any dependencies are installed
1 parent 07729ef commit cc33033

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ env:
1010
- DRIVER=travis TZ=Europe/Berlin
1111
- DRIVER=beheaded TZ=Europe/Berlin
1212
before_install:
13-
- if [[ "$DRIVER" == "travis" ]]; then wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb; fi
14-
- if [[ "$DRIVER" == "travis" ]]; then sudo dpkg -i google-chrome*.deb; fi
13+
- if [[ "$DRIVER" == "travis" ]]; then wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -; fi
14+
- if [[ "$DRIVER" == "travis" ]]; then echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list; fi
15+
- if [[ "$DRIVER" == "travis" ]]; then sudo apt-get update -qq && sudo apt-get install -qq -y google-chrome-stable; fi
1516
- if [[ "$DRIVER" == "beheaded" ]]; then wget https://github.com/mozilla/geckodriver/releases/download/v0.19.1/geckodriver-v0.19.1-linux64.tar.gz; fi
1617
- if [[ "$DRIVER" == "beheaded" ]]; then tar zxf geckodriver-v0.19.1-linux64.tar.gz; fi
1718
- if [[ "$DRIVER" == "beheaded" ]]; then sudo mv geckodriver /usr/local/bin/; fi

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /