From 7619fe5a3c4ca1865072a464a43efc9c980ac76a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 23 Aug 2015 23:04:20 -0700 Subject: [PATCH] resume testing against HEAD --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f27b46d..0a85e64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ env: # having them count against the overall success/failure. matrix: allow_failures: - - env: RACKET_VERSION=HEAD + #- env: RACKET_VERSION=HEAD # 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 # fail have succeeded.