www

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

commit b645c41b355d7022620eedbca56891eb4e8c5632
parent 66b41f4a21d39e539632099200751e3002ac2a62
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Sat, 15 Oct 2016 05:38:48 +0200

Exclude old versions from build (scribble/example only in ≥ v6.4), removed debug provide

Diffstat:
M.travis.yml | 6+++---
Mmain.rkt | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -22,9 +22,9 @@ env: # 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.1.1 + #- RACKET_VERSION=6.2 + #- RACKET_VERSION=6.3 - RACKET_VERSION=6.4 - RACKET_VERSION=6.5 - RACKET_VERSION=6.6 diff --git a/main.rkt b/main.rkt @@ -2,7 +2,7 @@ (require (only-in racket/base [map orig-map])) -(provide map generalize) +(provide map) (module m racket/base (provide unoptimizable-false)