commit f3fa526a2553aa9668411d989a3a3d0a6c83c799
parent 71dc95682ec4b9bda6fdb9eae134f520bd1a32db
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Tue, 11 Oct 2016 00:25:10 +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
@@ -55,7 +55,7 @@ before_script:
# `raco pkg install --deps search-auto repltest` to install any required
# packages without it getting stuck on a confirmation prompt.
script:
- - raco test -x -p repltest
+ - raco test -p repltest
- raco setup --check-pkg-deps --pkgs repltest
after_success: