Skip to content

Commit

Permalink
swisspost#162: trying to install chrome (try #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 6, 2017
1 parent 3a14e8c commit 4f1f6bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
language: java
dist: precise
sudo: false
jdk:
- oraclejdk8
services:
- redis-server
addons:
chrome: stable
apt:
packages:
- google-chrome-stable
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start &
- sleep 3
script:
- ./gradlew build
# - ./gradlew gateleen-test:startServer (also waits for it to come up)
Expand Down

0 comments on commit 4f1f6bb

Please sign in to comment.