Travis-ci setup.

This commit is contained in:
Georges Dupéron 2016-03-31 13:57:11 +02:00
parent 32a717c243
commit c976a5508b
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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.}