www

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

commit b31885ca5f6d1c339010e1ff0d1439a47c6d7627
parent 5ecc57e6b60e24f799d42e310f070f01d58819fa
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon,  5 Sep 2016 00:16:36 +0200

Check documentation coverage

Diffstat:
M.travis.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -40,7 +40,7 @@ before_install: install: - raco pkg install --deps search-auto - - if test "$RACKET_VERSION" != "6.0"; then raco setup --check-pkg-deps --pkgs typed-struct-props; fi + before_script: @@ -49,6 +49,9 @@ before_script: # packages without it getting stuck on a confirmation prompt. script: - raco test -x -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 + - raco doc-coverage typed-struct-props after_success: - raco pkg install --deps search-auto cover cover-coveralls