From ad8e124d8b85a086a31e3c56c4ba59b7a58b52a2 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 18 Nov 2020 21:39:17 -0500 Subject: [PATCH 1/1] Disable testing of pre 6.9 on Travis CI --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75b8bdc..7aa51f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,6 @@ env: global: - RACKET_DIR=~/racket matrix: - - RACKET_VERSION=6.3 - - RACKET_VERSION=6.4 - - RACKET_VERSION=6.5 - - RACKET_VERSION=6.6 - - RACKET_VERSION=6.7 - - RACKET_VERSION=6.8 - RACKET_VERSION=6.9 - RACKET_VERSION=6.10 - RACKET_VERSION=6.11 @@ -29,8 +23,8 @@ env: - RACKET_VERSION=HEAD matrix: - #allow_failures: - # - env: RACKET_VERSION=HEAD + allow_failures: + - env: RACKET_VERSION=HEAD fast_finish: true install: -- 2.20.1