From 19cea057043ac763edaf5f684570ee2ff65b5dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 14 Dec 2016 21:52:48 +0100 Subject: [PATCH] Removed initially non-working version on Travis --- .travis.yml | 4 ---- scribblings/scope-operations.scrbl | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index af69c98..e3e4614 100644 --- 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 index 3ee8e60..e0537e0 100644 --- 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]