www

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

commit 680a1591d81fe963c1ffeac1965d0a54bddb813b
parent ca490a1be70b9b8ce7d93f20ecb17608fa3643e1
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 11 Oct 2016 00:24: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 @@ -50,7 +50,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 typed-struct-props + - raco test -p typed-struct-props - if test "$RACKET_VERSION" != "6.0"; then raco setup --check-pkg-deps --pkgs typed-struct-props; fi - raco pkg install --deps search-auto doc-coverage - if test "$RACKET_VERSION" != "6.2" -a "$RACKET_VERSION" != "6.3"; then raco doc-coverage typed-struct-props; fi