commit 5ecc57e6b60e24f799d42e310f070f01d58819fa
parent 8d3aac092ac64d7bfe7383889b1a41ae165e45f3
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Mon, 5 Sep 2016 00:06:04 +0200
Skip travis build for versions 6.0 as it lacks polymorphic structs, and 6.1.x as they lack test-xxx (instead of check-xxx).
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -20,9 +20,9 @@ env:
# Supply more than one RACKET_VERSION (as in the example below) to
# create a Travis-CI build matrix to test against multiple Racket
# versions.
- - RACKET_VERSION=6.0
- - RACKET_VERSION=6.1
- - RACKET_VERSION=6.1.1
+ #- RACKET_VERSION=6.0
+ #- RACKET_VERSION=6.1
+ #- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2
- RACKET_VERSION=6.3
- RACKET_VERSION=6.4