www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 616130a74b83cf7790257150655949698a7a3913
parent c84b723ba0e43acb0ced61496e9ed2bb88e43c7a
Author: Suzanne Soy <ligo@suzanne.soy>
Date:   Sun,  4 Apr 2021 15:48:06 +0100

It seems that fancy-app broke compatibility with Racket < 7.0, removing those versions from .travis-ci.yml and adding some new ones.

Diffstat:
M.travis.yml | 26+++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -8,18 +8,26 @@ env: - PATH="$RACKET_DIR/bin:$PATH" matrix: # RACKET_VERSION is an argument to install-racket.sh - - RACKET_VERSION=6.5 COVER=false - - RACKET_VERSION=6.6 COVER=false - - RACKET_VERSION=6.7 COVER=false - - 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=6.5 COVER=false + #- RACKET_VERSION=6.6 COVER=false + #- RACKET_VERSION=6.7 COVER=false + #- 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_CS=1 - RACKET_VERSION=HEAD COVER=true before_install: