commit 4643e033101a39657b4e544c91768464176718a1
parent a86743baa900935bca61fd3020efa06232cbed21
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Wed, 14 Dec 2016 21:53:20 +0100
Re-added v6.3 to build
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -20,6 +20,7 @@ env:
# Supply more than one RACKET_VERSION (as in the example below) to
# create a Travis-CI build matrix to test against multiple Racket
# versions.
+ - RACKET_VERSION=6.3
- RACKET_VERSION=6.4
- RACKET_VERSION=6.5
- RACKET_VERSION=6.6
diff --git a/scribblings/debug-scopes.scrbl b/scribblings/debug-scopes.scrbl
@@ -6,7 +6,7 @@
racket/contract]]
@title{Debuging scope-related issues}
-@author{@author+email["Georges Dupéron" "georges.duperon@gmail.com"]}
+@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
@defmodule[debug-scopes]