From 8677730d47b7034766eb7775df293090debb8132 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 3 Jul 2019 15:30:12 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b47bc4..cb53cb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ env: # having them count against the overall success/failure. matrix: allow_failures: - #- env: RACKET_VERSION=HEAD + - env: RACKET_VERSION=HEAD - env: RACKET_VERSION=HEADCS # Fast finish: Overall build result is determined as soon as any of # its rows have failed, or, all of its rows that aren't allowed to