From 9457f0559905aa5ae61ea9e511248ad4ff0fb7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 29 Feb 2016 02:46:13 +0100 Subject: [PATCH] Fixed Xorg display problem with debug-syntax on travis-ci when running raco cover. --- graph-lib/lib/debug-syntax.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graph-lib/lib/debug-syntax.rkt b/graph-lib/lib/debug-syntax.rkt index a59f299..6491855 100644 --- a/graph-lib/lib/debug-syntax.rkt +++ b/graph-lib/lib/debug-syntax.rkt @@ -22,4 +22,5 @@ ;; Avoid problems with raco test on headless machines (GTK tries to open ;; display :0 otherwise) (module main racket) -(module test racket) \ No newline at end of file +(module test racket) +(module doc racket)