Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
travis: fix xvfb #2
Browse files Browse the repository at this point in the history
  • Loading branch information
silbinarywolf committed Aug 15, 2019
1 parent 444b8f1 commit 1a43da1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ cache:

dist: xenial

services:
- xvfb

addons:
apt:
sources:
Expand All @@ -29,6 +26,9 @@ addons:
- libxrandr-dev
- libxxf86vm-dev

services:
- xvfb

install:
- export GO111MODULE=on
- go mod download
Expand All @@ -40,8 +40,6 @@ install:

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3

script:
- go install -v -tags debug ./gml
Expand Down

0 comments on commit 1a43da1

Please sign in to comment.