From 422bffdfb42bafd4774d3d82406f24d600de5f0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= <georges.duperon@gmail.com>
Date: Sat, 13 Aug 2016 17:41:58 +0200
Subject: [PATCH] Removed versions that fail anyway from .travis.yml

---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e77f3dc..a24ae18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,9 @@ env:
     #
     # This package requires version 6.1 or later.
     #- RACKET_VERSION=6.0
-    - RACKET_VERSION=6.1
-    - RACKET_VERSION=6.1.1
+    # The `debug` package used just for the tests does not work on 6.1 and 6.1.1
+    #- RACKET_VERSION=6.1
+    #- RACKET_VERSION=6.1.1
     - RACKET_VERSION=6.2
     - RACKET_VERSION=6.3
     - RACKET_VERSION=6.4
@@ -32,9 +33,8 @@ env:
 
 matrix:
   allow_failures:
-    # The `debug` package used just for the tests does not work on 6.1 and 6.1.1
-    - env: RACKET_VERSION=6.1
-    - env: RACKET_VERSION=6.1.1
+    #- env: RACKET_VERSION=6.1
+    #- env: RACKET_VERSION=6.1.1
   fast_finish: true
 
 before_install: