Skip doc-coverage on 6.5 and 6.6
This commit is contained in:
parent
a6de6d9e66
commit
f60a83186a
|
@ -25,7 +25,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- raco test -x -p "$(basename "$TRAVIS_BUILD_DIR")"
|
- 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 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
|
- 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: add an option to cover to run the "outer" module too, not just the submodules.
|
||||||
# TODO: deploy the coverage info.
|
# TODO: deploy the coverage info.
|
Loading…
Reference in New Issue
Block a user