From 29e93860f64d9565b907eb9bce22ee91e649c255 Mon Sep 17 00:00:00 2001 From: Gustavo Massaccesi Date: Mon, 5 Aug 2019 15:48:27 -0300 Subject: [PATCH] fix xvfb in travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cacd68a0a..f1574c43a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,10 @@ language: c env: - PATH=~/racket/bin:$PATH +services: +- xvfb + before_install: -- "export DISPLAY=:99.0" -- "sh -e /etc/init.d/xvfb start" #- curl -L -o installer.sh http://plt.eecs.northwestern.edu/snapshots/current/installers/racket-test-current-x86_64-linux-precise.sh - curl -L -o installer.sh http://www.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-precise.sh - sh installer.sh --in-place --dest ~/racket/