From 8e31f5babbba0599069145d479b00b693ea484cb Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Fri, 5 Mar 2021 14:30:49 +0000 Subject: [PATCH] Test on more versions of Racket --- .travis.yml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b361ea..4f82eb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,16 +8,25 @@ env: - PATH="$RACKET_DIR/bin:$PATH" matrix: # RACKET_VERSION is an argument to install-racket.sh - - RACKET_VERSION=6.8 COVER=false - - RACKET_VERSION=6.9 COVER=true - - RACKET_VERSION=6.10 COVER=true - - RACKET_VERSION=6.10.1 COVER=true - - RACKET_VERSION=6.11 COVER=true - - RACKET_VERSION=6.12 COVER=true - - RACKET_VERSION=7.0 COVER=true - - RACKET_VERSION=7.1 COVER=true - - RACKET_VERSION=7.2 COVER=true - - RACKET_VERSION=HEAD COVER=true + - RACKET_VERSION=6.8 COVER=false + - RACKET_VERSION=6.9 COVER=true + - RACKET_VERSION=6.10 COVER=true + - RACKET_VERSION=6.10.1 COVER=true + - RACKET_VERSION=6.11 COVER=true + - RACKET_VERSION=6.12 COVER=true + - RACKET_VERSION=7.0 COVER=true + - RACKET_VERSION=7.1 COVER=true + - RACKET_VERSION=7.2 COVER=true + - RACKET_VERSION=7.3 COVER=true + - RACKET_VERSION=7.4 COVER=true + - RACKET_VERSION=7.5 COVER=true + - RACKET_VERSION=7.6 COVER=true + - RACKET_VERSION=7.7 COVER=true + - RACKET_VERSION=7.8 COVER=true + - RACKET_VERSION=7.9 COVER=true + - RACKET_VERSION=8.0 COVER=true + - RACKET_VERSION=8.0 RACKET_CS=1 COVER=true + - RACKET_VERSION=HEAD COVER=true before_install: - curl -L https://raw.githubusercontent.com/greghendershott/travis-racket/master/install-racket.sh | bash