commit 2c811d67e3efdf0f5f0408aaca95f8f5316bfbfc
parent 984f861a85d7773677c5c7fdd6d6e43e796bbc5f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Tue, 11 Oct 2016 00:23:39 +0200
Remove -x option on raco test in .travis.yml, so that all modules are run, including those without a test submodule.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -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