From 81ebd198a72b998074138204c6e03b6f016a5265 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 22 Aug 2015 23:17:29 -0700 Subject: [PATCH] Update .travis.yml Add 6.2.1 and allow failures on HEAD --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e02a0f6..2179203 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,14 @@ env: - RACKET_VERSION=6.0 - RACKET_VERSION=6.1 - RACKET_VERSION=6.2 + - RACKET_VERSION=6.2.1 - RACKET_VERSION=HEAD # You may want to test against certain versions of Racket, without # 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.