Skip to content

Commit 1b141a1

Browse files
committed
Maybe Xvfb runs by default now?
1 parent 7264992 commit 1b141a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- run:
2828
name: gradlew spotlessCheck assemble testClasses
2929
command: ./gradlew spotlessCheck assemble testClasses --build-cache
30-
- run:
31-
name: Xvfb :99 -screen 0 1280x1024x24
32-
command: Xvfb :99 -screen 0 1280x1024x24
3330
- run:
3431
name: gradlew check
3532
command: ./gradlew check --build-cache

0 commit comments

Comments
 (0)