From ae152d4ab9058a77128cad7c7aab839b99f3f5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 11 Oct 2016 00:24:55 +0200 Subject: [PATCH] Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86a622ed..f11f4714 100644 --- 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 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