From 7030aacad858bad0c5fbc1cee6b612d1e8c3d84e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 26 Apr 2019 12:13:00 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index eb4ba43..6b418e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,13 @@ env: - RACKET_VERSION=6.4 - RACKET_VERSION=6.5 - RACKET_VERSION=6.6 + - RACKET_VERSION=6.9 + - RACKET_VERSION=6.12 + - RACKET_VERSION=7.0 + - RACKET_VERSION=7.1 + - RACKET_VERSION=7.2 + - RACKET_VERSION=HEAD + - RACKET_VERSION=HEADCS # You may want to test against certain versions of Racket, without # having them count against the overall success/failure.