From 4643e033101a39657b4e544c91768464176718a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 14 Dec 2016 21:53:20 +0100 Subject: [PATCH] Re-added v6.3 to build --- .travis.yml | 1 + scribblings/debug-scopes.scrbl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68fbb3e..84aa6b0 100644 --- 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 index 3e1b239..55f91bd 100644 --- 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]