www

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

commit f60a83186ae7518f17b5c3c70b7316cff65ab729
parent a6de6d9e66ed35fca2922a799b9ce0c3346dc789
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Fri, 31 Mar 2017 15:14:03 +0200

Skip doc-coverage on 6.5 and 6.6

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -25,7 +25,7 @@ install: script: - raco test -x -p "$(basename "$TRAVIS_BUILD_DIR")" - raco setup --check-pkg-deps --no-zo --no-launcher --no-install --no-post-install --no-docs --pkgs "$(basename "$TRAVIS_BUILD_DIR")" -- raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")" +- if test $RACKET_VERSION != 6.5 -a $RACKET_VERSION != 6.6; then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"; fi - raco cover -s main -s test -s doc -f codecov -f html -d ~/coverage . || true # TODO: add an option to cover to run the "outer" module too, not just the submodules. # TODO: deploy the coverage info. \ No newline at end of file