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
71dc95682e
commit
f3fa526a25
|
@ -55,7 +55,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 test -x -p repltest
|
||||
- raco test -p repltest
|
||||
- raco setup --check-pkg-deps --pkgs repltest
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue
Block a user