From b645c41b355d7022620eedbca56891eb4e8c5632 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= <georges.duperon@gmail.com>
Date: Sat, 15 Oct 2016 05:38:48 +0200
Subject: [PATCH] =?UTF-8?q?Exclude=20old=20versions=20from=20build=20(scri?=
 =?UTF-8?q?bble/example=20only=20in=20=E2=89=A5=20v6.4),=20removed=20debug?=
 =?UTF-8?q?=20provide?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .travis.yml | 6 +++---
 main.rkt    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4419525..fdd7ae7 100644
--- 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
index 0945dec..ed2b818 100644
--- 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)