kzccm1d4if10m2xaz1wqy3xar821pp1r-my-site-anaphoric-git.test.suzanne.soy-0.0.1

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

commit 28c7e6add686a764c2f4e2f7d4838f3ba6565163
parent c9c6d86265f9f68b062c51f8af16b495c86d48a7
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 11 Oct 2016 00:23:29 +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 @@ -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