Removed versions that fail anyway from .travis.yml
This commit is contained in:
parent
a8a435a99d
commit
422bffdfb4
10
.travis.yml
10
.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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user