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:24:55 +02:00
parent 397680acb0
commit ae152d4ab9

View File

@ -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 hyper-literate
- raco test -p hyper-literate
- raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs hyper-literate
- raco pkg install --deps search-auto doc-coverage
- raco doc-coverage hyper-literate