commit 93e763f66bb13ee756f5a263bc3cc832c7fdb4c6
parent c976a5508b3f1d54298f221219c24a07a98a5914
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 31 Mar 2016 14:35:31 +0200
Travis-ci setup.
Diffstat:
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -20,7 +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
+ #
+ # This package requires version 6.1 or later.
+ #- RACKET_VERSION=6.0
- RACKET_VERSION=6.1
- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2
@@ -29,8 +31,10 @@ env:
matrix:
allow_failures:
- env: RACKET_VERSION=HEAD
- fast_finish: true
+ # 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
+ fast_finish: true
before_install:
- git clone https://github.com/greghendershott/travis-racket.git