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
|
# `raco pkg install --deps search-auto repltest` to install any required
|
||||||
# packages without it getting stuck on a confirmation prompt.
|
# packages without it getting stuck on a confirmation prompt.
|
||||||
script:
|
script:
|
||||||
- raco pkg install --deps search-auto .
|
- raco pkg install --deps search-auto
|
||||||
- raco test -x -p repltest
|
- raco test -x -p repltest
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
@ -104,7 +104,7 @@ Later versions of this package will allow customizing the following aspects:
|
||||||
|
|
||||||
@itemlist[
|
@itemlist[
|
||||||
@item{Flexibility of whitespace comparisons (strip leading
|
@item{Flexibility of whitespace comparisons (strip leading
|
||||||
and trailing whitespace, or ignoring all whitespace
|
and trailing whitespace, or ignore all whitespace
|
||||||
differences).}
|
differences).}
|
||||||
@item{Support comments before and inside the REPL
|
@item{Support comments before and inside the REPL
|
||||||
transcript.}
|
transcript.}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user