Skip to content

Commit

Permalink
swisspost#162: trying to install chrome (try swisspost#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 6, 2017
1 parent 7e87309 commit b7356bb
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ jdk:
services:
- redis-server
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 libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
script:
- sudo apt-get update -qq
- sudo apt-get install libc6
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script:
- ./gradlew build
# - ./gradlew gateleen-test:startServer (also waits for it to come up)
# - ./gradlew gateleen-playground:uploapStaticFiles
Expand Down

0 comments on commit b7356bb

Please sign in to comment.