From c6d518b436b19de1deb252342da8441ecc9004d8 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Fri, 14 Feb 2020 17:05:42 -0500 Subject: [PATCH] Add Racket 7.6 to example/.travis.yml --- example/.travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/example/.travis.yml b/example/.travis.yml index 8c2ff2b..c9aea27 100644 --- a/example/.travis.yml +++ b/example/.travis.yml @@ -33,6 +33,7 @@ env: - RACKET_VERSION=7.3 - RACKET_VERSION=7.4 - RACKET_VERSION=7.5 + - RACKET_VERSION=7.6 # "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