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
984f861a85
commit
2c811d67e3
|
@ -47,7 +47,7 @@ before_script:
|
|||
# `raco pkg install --deps search-auto` to install any required
|
||||
# packages without it getting stuck on a confirmation prompt.
|
||||
script:
|
||||
- raco test -x -p preexpanded
|
||||
- raco test -p preexpanded
|
||||
|
||||
after_success:
|
||||
- raco setup --check-pkg-deps --pkgs preexpanded
|
||||
|
|
Loading…
Reference in New Issue
Block a user