commit 19cea057043ac763edaf5f684570ee2ff65b5dff
parent 9e5c02522ffc9f134dfe82dcde8d7370a52c01fd
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Wed, 14 Dec 2016 21:52:48 +0100
Removed initially non-working version on Travis
Diffstat:
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -20,10 +20,6 @@ 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.0
- - RACKET_VERSION=6.1
- - RACKET_VERSION=6.1.1
- - RACKET_VERSION=6.2
- RACKET_VERSION=6.3
- RACKET_VERSION=6.4
- RACKET_VERSION=6.5
diff --git a/scribblings/scope-operations.scrbl b/scribblings/scope-operations.scrbl
@@ -3,7 +3,7 @@
racket/base]]
@title{scope-operations}
-@author{georges}
+@author[@author+email["Georges Dupéron" "georges.duperon@gmail.com"]]
@defmodule[scope-operations]