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
744dc3bc51
commit
23ddbecfa1
|
@ -48,7 +48,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 scribble-enhanced
|
||||
- raco test -p scribble-enhanced
|
||||
- raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs scribble-enhanced
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue
Block a user