www

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

commit 9bcbc8058c652956b25af84c81b98417ec63c5fe
parent 539bb054cf2e07faaa0f0716101a65b0c48b37a4
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 20 Sep 2016 22:51:44 +0200

Removed v6.0 as it doesn't have --check-pkg-deps, and other versions before 6.5 as multi-id (or its dependencies) don't work there anyway.

Diffstat:
M.travis.yml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -20,12 +20,12 @@ env: # Supply more than one RACKET_VERSION (as in the example below) to # create a Travis-CI build matrix to test against multiple Racket # versions. - - RACKET_VERSION=6.0 - - RACKET_VERSION=6.1 - - RACKET_VERSION=6.1.1 - - RACKET_VERSION=6.2 - - RACKET_VERSION=6.3 - - RACKET_VERSION=6.4 + #- RACKET_VERSION=6.0 + #- RACKET_VERSION=6.1 + #- RACKET_VERSION=6.1.1 + #- RACKET_VERSION=6.2 + #- RACKET_VERSION=6.3 + #- RACKET_VERSION=6.4 - RACKET_VERSION=6.5 - RACKET_VERSION=6.6 - RACKET_VERSION=HEAD