Skip to content

Commit 5a0427a

Browse files
author
James Hagborg
committed
Fix various typos
1 parent 27c2dbb commit 5a0427a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

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

1616
script:
1717
- docker run -v "${GRADLE_CACHES}:${DOCKER_GRADLE_CACHES}" -v "$(pwd):/repo" ./.travis_docker_script.sh
18-
- docker run my-image /bin/sh -c "cd /repo; ./gradlew assemble"
19-
- docker run my-image /bin/sh -c "cd /repo; ./gradlew check"
2018

2119
notifications:
2220
slack:

.travis_docker_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e -x
44

5-
Xvbf :99 & export DISPLAY=:99
5+
Xvfb :99 & export DISPLAY=:99
66

77
cd /repo
88
./gradlew assemble

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 xvbf
6+
RUN apt-get -y install openjdk-8-jdk openjfx xvfb

0 commit comments

Comments
 (0)