Skip to content

Commit 9aa8614

Browse files
committed
ci: remove xvfb initialization
In 4f1973d, we added bootstrap code to fix #179 and start xvfb for the benefit of the vg/vgx11 backend. vg/vgx11 has since been removed from gonum/plot. So remove the xvfb startup as well.
1 parent e2840ee commit 9aa8614

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ matrix:
1616

1717
env:
1818
global:
19-
- DISPLAY: ":99.0"
2019
- GO111MODULE: "on"
2120

2221
# Get coverage tools, and start the virtual framebuffer.
@@ -30,7 +29,6 @@ before_install:
3029
# Required for coverage.
3130
- go get golang.org/x/tools/cmd/cover
3231
- go get github.com/mattn/goveralls
33-
- sh -e /etc/init.d/xvfb start
3432

3533
# Get deps, build, test, and ensure the code is gofmt'ed.
3634
# If we are building as gonum, then we have access to the coveralls api key, so we can run coverage as well.

0 commit comments

Comments
 (0)