From d5f25149259a1cbd1aa9d141fefd75039b8ecb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 15 Sep 2016 20:28:58 +0200 Subject: [PATCH] Added Racket 6.6 to Travis build. The scribble-enhanced package was updated for compatibility with Racket < 6.4, so this should fix the previous commit. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e57b0af7..86a622ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ env: - RACKET_VERSION=6.3 - RACKET_VERSION=6.4 - RACKET_VERSION=6.5 + - RACKET_VERSION=6.6 - RACKET_VERSION=HEAD matrix: