Fixed Xorg display problem with debug-syntax on travis-ci.
This commit is contained in:
parent
9ff224a73b
commit
26470633c8
|
@ -17,4 +17,9 @@
|
||||||
(require 'm-browse-syntax)
|
(require 'm-browse-syntax)
|
||||||
(provide browse-syntax
|
(provide browse-syntax
|
||||||
browse-syntaxes
|
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)
|
Loading…
Reference in New Issue
Block a user