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]