The tests show an incompatibility with Racket 6.6, drop support for that version

This commit is contained in:
Georges Dupéron 2018-06-03 19:38:44 +02:00
parent 2db0611128
commit e1166931ad
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ env:
- PATH="$RACKET_DIR/bin:$PATH"
matrix:
# RACKET_VERSION is an argument to install-racket.sh
- RACKET_VERSION=6.6
#- RACKET_VERSION=6.6 # tests fail with a typed/racket bug: "make-chaperone-contract::late-neg-projection: contract violation"
- RACKET_VERSION=6.7
- RACKET_VERSION=6.8
- RACKET_VERSION=RELEASE

View File

@ -1,6 +1,6 @@
#lang info
(define collection "typed-worklist")
(define deps '("base"
(define deps '(("base" "6.6.0.900")
"rackunit-lib"
"type-expander"
"typed-racket-lib"