commit 422bffdfb42bafd4774d3d82406f24d600de5f0a parent a8a435a99d9c666c74c04eecce4f6f001e4301fb Author: Georges Dupéron <georges.duperon@gmail.com> Date: Sat, 13 Aug 2016 17:41:58 +0200 Removed versions that fail anyway from .travis.yml Diffstat:
| M | .travis.yml | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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: