doc-coverage should work again on v6.3 now

This commit is contained in:
Georges Dupéron 2017-06-08 23:49:28 +02:00
parent 6670c4d2fc
commit f4b5d31014

View File

@ -19,7 +19,7 @@ env:
before_install:
- curl -L https://raw.githubusercontent.com/greghendershott/travis-racket/master/install-racket.sh | bash
- if test $RACKET_VERSION = 6.3; then raco pkg install --deps search-auto cover cover-codecov; else raco pkg install --deps search-auto doc-coverage cover cover-codecov; fi # or cover-coveralls
- raco pkg install --deps search-auto doc-coverage cover cover-codecov # or cover-coveralls
install:
- raco pkg install --deps search-auto -j 2
@ -27,7 +27,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")"
- if test $RACKET_VERSION != 6.3; then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"; fi
- then raco doc-coverage "$(basename "$TRAVIS_BUILD_DIR")"
- 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.