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:
Georges Dupéron 2016-10-11 00:23:29 +02:00
parent c9c6d86265
commit 28c7e6add6

View File

@ -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