Skip to content

Commit

Permalink
swisspost#162: trying to install chrome (try swisspost#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 6, 2017
1 parent efad007 commit 964ec79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ services:
# - google-chrome-stable
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libappindicator1 fonts-liberation
- sudo apt-get install -y libc6
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
# - sudo apt-get install -y libappindicator1 fonts-liberation
# - sudo apt-get install -y libc6
- wget http://www.slimjet.com/chrome/download-chrome.php?file=lnx%2Fchrome64_48.0.2564.109.deb
- sudo dpkg -i chrome64_48.0.2564.109.deb
script:
- ./gradlew build
# - ./gradlew gateleen-test:startServer (also waits for it to come up)
Expand Down

0 comments on commit 964ec79

Please sign in to comment.