Travis-ci setup.
This commit is contained in:
parent
32a717c243
commit
c976a5508b
|
@ -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:
|
||||
|
|
|
@ -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.}
|
||||
|
|
Loading…
Reference in New Issue
Block a user