Skip to content

Commit

Permalink
only sudo: required
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 14, 2018
1 parent f6f11dd commit 9906779
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -6,7 +6,6 @@ jdk: oraclejdk8

addons:
apt:
update: true
sources:
- google-chrome
packages:
Expand All @@ -26,13 +25,14 @@ cache:
- '$HOME/.m2'
- '$HOME/.sonar/cache'

before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

install: true

env:
- DISPLAY=:99.0

before_script:
- sh -e /etc/init.d/xvfb start

script:
- export
- cd demo-spring-testing
Expand Down

0 comments on commit 9906779

Please sign in to comment.