From 62e0623bcc2181330223be8b1de40098095eb8f6 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 11 Oct 2016 10:08:27 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1d565c..e4fc95f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ matrix: fast_finish: true before_install: - - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" + - "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