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:39 +02:00
parent 984f861a85
commit 2c811d67e3

View File

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