Skip to content

Commit 79d5b9c

Browse files
author
James Hagborg
committed
I don't think Xvfb is needed for us
1 parent 235b163 commit 79d5b9c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis_docker_script.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
set -e -x
44

5-
Xvfb :99 & export DISPLAY=:99
6-
75
cd /repo
86
./gradlew assemble
97
./gradlew check

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ MAINTAINER James Hagborg <[email protected]>
33
CMD bash
44

55
RUN apt-get update
6-
RUN apt-get -y install openjdk-8-jdk openjfx xvfb
6+
RUN apt-get -y install openjdk-8-jdk openjfx

0 commit comments

Comments
 (0)