Skip to content

Commit

Permalink
swisspost#162: trying to install chrome (try swisspost#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 6, 2017
1 parent 2d9e9f0 commit ddc490b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update -qq
- sudo apt-get install -y libc6=2.19-0ubuntu6
- wget http://www.slimjet.com/chrome/download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb
- whereis chrome64_48.0.2564.109.deb
- sudo apt-get update -qq
- sudo apt-get install -y libc6=2.23-0ubuntu9
# - wget http://www.slimjet.com/chrome/download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb
# - whereis chrome64_48.0.2564.109.deb
- sudo dpkg -i chrome64_48.0.2564.109.deb
script:
- ./gradlew build
Expand Down

0 comments on commit ddc490b

Please sign in to comment.