Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule.
This commit is contained in:
parent
c9c6d86265
commit
28c7e6add6
|
@ -50,7 +50,7 @@ before_script:
|
|||
# `raco pkg install --deps search-auto anaphoric` to install any required
|
||||
# packages without it getting stuck on a confirmation prompt.
|
||||
script:
|
||||
- raco test -x -p anaphoric
|
||||
- raco test -p anaphoric
|
||||
|
||||
after_success:
|
||||
- raco setup --check-deps anaphoric
|
||||
|
|
Loading…
Reference in New Issue
Block a user