Removed versions that fail anyway from .travis.yml

This commit is contained in:
Georges Dupéron 2016-08-13 17:41:58 +02:00
parent a8a435a99d
commit 422bffdfb4

View File

@ -23,8 +23,9 @@ env:
# #
# This package requires version 6.1 or later. # This package requires version 6.1 or later.
#- RACKET_VERSION=6.0 #- RACKET_VERSION=6.0
- RACKET_VERSION=6.1 # The `debug` package used just for the tests does not work on 6.1 and 6.1.1
- RACKET_VERSION=6.1.1 #- RACKET_VERSION=6.1
#- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2 - RACKET_VERSION=6.2
- RACKET_VERSION=6.3 - RACKET_VERSION=6.3
- RACKET_VERSION=6.4 - RACKET_VERSION=6.4
@ -32,9 +33,8 @@ env:
matrix: matrix:
allow_failures: 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 #- env: RACKET_VERSION=6.1.1
- env: RACKET_VERSION=6.1.1
fast_finish: true fast_finish: true
before_install: before_install: