From 2c21a489cb522549869e2c482299123544e47c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 21 Apr 2019 23:09:07 +0200 Subject: [PATCH] Updated Racket versions in .travis.yml --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f85af60..c182012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,14 @@ env: - RACKET_VERSION=6.6 COV=true - RACKET_VERSION=6.7 COV=true - RACKET_VERSION=6.8 COV=true - - RACKET_VERSION=RELEASE COV=true + - RACKET_VERSION=6.9 COV=true + - RACKET_VERSION=6.10 COV=true + - RACKET_VERSION=6.10.1 COV=true + - RACKET_VERSION=6.11 COV=true + - RACKET_VERSION=6.12 COV=true + - RACKET_VERSION=7.0 COV=true + - RACKET_VERSION=7.1 COV=true + - RACKET_VERSION=7.2 COV=true - RACKET_VERSION=HEAD COV=true before_install: