diff --git a/.travis.yml b/.travis.yml index 179c4204..52687401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ matrix: env: global: - - DISPLAY: ":99.0" - GO111MODULE: "on" # Get coverage tools, and start the virtual framebuffer. @@ -30,7 +29,6 @@ before_install: # Required for coverage. - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls - - sh -e /etc/init.d/xvfb start # Get deps, build, test, and ensure the code is gofmt'ed. # If we are building as gonum, then we have access to the coveralls api key, so we can run coverage as well.