From 93e763f66bb13ee756f5a263bc3cc832c7fdb4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 31 Mar 2016 14:35:31 +0200 Subject: [PATCH] Travis-ci setup. --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef62fea..13aa5a0 100644 --- 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