www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3ae5e6bdaa07b616cd7a685c577a736c30b55de6
parent dd21c82c858b6066883e9c656adf9b4dc1b409f6
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 11 Oct 2016 00:23:46 +0200

Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule.

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -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 phc-graph + - raco test -p phc-graph - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs phc-graph - raco pkg install --deps search-auto doc-coverage - raco doc-coverage phc-graph