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
e8c1286dad
commit
866091af49
|
@ -49,7 +49,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 xlist
|
||||
- raco test -p xlist
|
||||
- raco setup --check-pkg-deps --pkgs xlist
|
||||
- raco pkg install --deps search-auto doc-coverage
|
||||
#- raco doc-coverage xlist # Needs scribble patch for issue 44
|
||||
|
|
Loading…
Reference in New Issue
Block a user