From ec472058c0cd792cd5dee557ccf79aed50678c88 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 17 Jul 2015 10:45:00 -0700 Subject: [PATCH] Suppress testing against HEAD New macro expander has been introduced, requiring more thorough debugging. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a45b964..c1734f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: - RACKET_VERSION=6.0 - RACKET_VERSION=6.1 - RACKET_VERSION=6.2 - - RACKET_VERSION=HEAD +# - RACKET_VERSION=HEAD matrix: fast_finish: true