Skip to content
Snippets Groups Projects
Commit 3aad3268 authored by Ben Cragg's avatar Ben Cragg
Browse files

Making xvfb a service

parent 9d5c7afe
No related branches found
No related tags found
No related merge requests found
......@@ -11,15 +11,17 @@ addons:
- libxi-dev
- libopenal-dev
- libasound2-dev
- xvfb
- libgl1-mesa-dev
services:
- xvfb
go:
- tip
- 1.8.x
- 1.7.4
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1920x1080x24 > /dev/null 2&>1 &
- go get -t ./...
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment