From 853e791e840b8e38ede50c2b4380d20cf2d8c5ae Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 8 Dec 2019 12:04:52 -0800 Subject: [PATCH] new xvfb notation for travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23ca55e..80aa71f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,9 +40,10 @@ matrix: # fail have succeeded. fast_finish: true +services: + - xvfb + before_install: - - "export DISPLAY=:99.0" # needed for testing with `racket/gui` - - "sh -e /etc/init.d/xvfb start" # needed for testing with `racket/gui` - git clone https://github.com/mbutterick/travis-racket.git - cat travis-racket/install-racket.sh | bash # pipe to bash not sh! - export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us