Fixed Xorg display problem with debug-syntax on travis-ci.

This commit is contained in:
Georges Dupéron 2016-02-27 00:32:35 +01:00
parent 9ff224a73b
commit 26470633c8

View File

@ -17,4 +17,9 @@
(require 'm-browse-syntax)
(provide browse-syntax
browse-syntaxes
debug-syntax)
debug-syntax)
;; Avoid problems with raco test on headless machines (GTK tries to open
;; display :0 otherwise)
(module main racket)
(module test racket)