commit 69ec8b1248fd9549bfcd82989525e4037e8199e9
parent 98766ec6271012e2635aeabbf2bd3e1bd9ab68e1
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Fri, 26 Feb 2021 02:57:48 +0000
Add more versions to the Travis build
Diffstat:
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git 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.