From ca490a1be70b9b8ce7d93f20ecb17608fa3643e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= <georges.duperon@gmail.com>
Date: Wed, 28 Sep 2016 01:07:11 +0200
Subject: [PATCH] Skip build on 6.2 since we have a dependency on the
 type-expander now.

---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8062d66..3abc879 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,9 +23,11 @@ env:
     #- RACKET_VERSION=6.0
     #- RACKET_VERSION=6.1
     #- RACKET_VERSION=6.1.1
-    - RACKET_VERSION=6.2
+    #- RACKET_VERSION=6.2
     - RACKET_VERSION=6.3
     - RACKET_VERSION=6.4
+    - RACKET_VERSION=6.5
+    - RACKET_VERSION=6.6
     - RACKET_VERSION=HEAD
 
 matrix: