From 77ea84153c3831e26c5c43f34719bc0a55405186 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 26 Apr 2018 12:21:12 -0700 Subject: [PATCH] Add Rackets 6.11 & 6.12 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 84ffd77..6404b06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ env: - RACKET_VERSION=6.8 - RACKET_VERSION=6.9 - RACKET_VERSION=6.10 + - RACKET_VERSION=6.11 + - RACKET_VERSION=6.12 - RACKET_VERSION=HEAD # You may want to test against certain versions of Racket, without