www

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

commit 53ac33f9d94854f4011670b0384481bb9a1126ce
parent eacc4fdc750bbe6b3f1b40782f5191b498297889
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 13 Apr 2017 19:12:37 +0200

Intersection types are present only in Racket versions 6.6 and above

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

diff --git a/.travis.yml b/.travis.yml @@ -8,8 +8,6 @@ env: - PATH="$RACKET_DIR/bin:$PATH" matrix: # RACKET_VERSION is an argument to install-racket.sh - - RACKET_VERSION=6.4 - - RACKET_VERSION=6.5 - RACKET_VERSION=6.6 - RACKET_VERSION=6.7 - RACKET_VERSION=6.8