www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c976a5508b3f1d54298f221219c24a07a98a5914
parent 32a717c24332296f6ed2c80ba98e7ca8845bd49d
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 31 Mar 2016 13:57:11 +0200

Travis-ci setup.

Diffstat:
M.travis.yml | 2+-
Mscribblings/repltest.scrbl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -44,7 +44,7 @@ before_script: # `raco pkg install --deps search-auto repltest` to install any required # packages without it getting stuck on a confirmation prompt. script: - - raco pkg install --deps search-auto . + - raco pkg install --deps search-auto - raco test -x -p repltest after_success: diff --git a/scribblings/repltest.scrbl b/scribblings/repltest.scrbl @@ -104,7 +104,7 @@ Later versions of this package will allow customizing the following aspects: @itemlist[ @item{Flexibility of whitespace comparisons (strip leading - and trailing whitespace, or ignoring all whitespace + and trailing whitespace, or ignore all whitespace differences).} @item{Support comments before and inside the REPL transcript.}