Disable testing of pre 6.9 on Travis CI
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 19 Nov 2020 02:39:17 +0000 (21:39 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 19 Nov 2020 02:39:17 +0000 (21:39 -0500)
.travis.yml

index 75b8bdc..7aa51f5 100644 (file)
@@ -6,12 +6,6 @@ env:
   global:
     - RACKET_DIR=~/racket
   matrix:
-    - RACKET_VERSION=6.3
-    - RACKET_VERSION=6.4
-    - RACKET_VERSION=6.5
-    - RACKET_VERSION=6.6
-    - RACKET_VERSION=6.7
-    - RACKET_VERSION=6.8
     - RACKET_VERSION=6.9
     - RACKET_VERSION=6.10
     - RACKET_VERSION=6.11
@@ -29,8 +23,8 @@ env:
     - RACKET_VERSION=HEAD
 
 matrix:
-  #allow_failures:
-  #  - env: RACKET_VERSION=HEAD
+  allow_failures:
+    - env: RACKET_VERSION=HEAD
   fast_finish: true
 
 install:
This page took 0.026259 seconds and 4 git commands to generate.