From 69ec8b1248fd9549bfcd82989525e4037e8199e9 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Fri, 26 Feb 2021 02:57:48 +0000 Subject: [PATCH] Add more versions to the Travis build --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d776ab5..182495c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,14 @@ env: - RACKET_VERSION=7.0 - RACKET_VERSION=7.1 - RACKET_VERSION=7.2 + - RACKET_VERSION=7.3 + - RACKET_VERSION=7.4 + - RACKET_VERSION=7.5 + - RACKET_VERSION=7.6 + - RACKET_VERSION=7.7 + - RACKET_VERSION=7.8 + - RACKET_VERSION=7.9 + - RACKET_VERSION=8.0 - RACKET_VERSION=HEAD before_install: @@ -36,4 +44,4 @@ script: - 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. \ No newline at end of file +# TODO: deploy the coverage info.