From 2945afacf99c9109ee79d92f6f04c08b27be22fe Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Wed, 20 Nov 2019 12:46:44 -0500 Subject: [PATCH] Add Racket 7.5 to matrix in example .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 55c75ef..a687f25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ env: - RACKET_VERSION=7.2 - RACKET_VERSION=7.3 - RACKET_VERSION=7.4 + - RACKET_VERSION=7.5 # "HEAD" is a daily snapshot built from the `master` branch. # This is the main variant of Racket that uses its own runtime. - RACKET_VERSION=HEAD