From 30d4cda10067530eb381bf583b4b6619c6dadacd Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Thu, 29 Nov 2018 21:32:05 -0500 Subject: [PATCH] Add HEADCS to allow_failures just like HEAD and RELEASE --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 041eead..2393927 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ env: matrix: allow_failures: - env: RACKET_VERSION=HEAD + - env: RACKET_VERSION=HEADCS - env: RACKET_VERSION=RELEASE # 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