From c976a5508b3f1d54298f221219c24a07a98a5914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 31 Mar 2016 13:57:11 +0200 Subject: [PATCH] Travis-ci setup. --- .travis.yml | 2 +- scribblings/repltest.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4fcb672..ef62fea 100644 --- 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 index 0aae078..1cea0e4 100644 --- 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.}