www

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

commit c009bab4665986251b3235132d6d64d93bda43c5
parent 2dcd4a4df720f4380bfcfc416a5623b7670ea04b
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Sat, 14 Jan 2017 23:11:44 +0100

Dropped build with 6.2, as it fails with the meta test and is already rather old anyway. Probably the fail is due to an old "bug" in Typed/Racket and the scopes added by afl.

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -27,7 +27,7 @@ env: #- RACKET_VERSION=6.1 #- RACKET_VERSION=6.1.1 # in v6.2, error "#%module-begin: cannot use identifier tainted by macro transformation" on files which use #lang repltest typed/racket - - RACKET_VERSION=6.2 + #- RACKET_VERSION=6.2 - RACKET_VERSION=6.3 - RACKET_VERSION=6.4 - RACKET_VERSION=6.5