Require Racket 6.3

See <https://github.com/racket/racket/pull/3084>.
This commit is contained in:
Greg Hendershott 2020-05-03 08:29:22 -04:00
parent c6d518b436
commit e526dfb240

View File

@ -8,15 +8,12 @@ env:
- RACKET_DIR=~/racket - RACKET_DIR=~/racket
matrix: matrix:
# Supply at least one RACKET_VERSION environment variable. This is # Supply at least one RACKET_VERSION environment variable. This is
# used by the install-racket.sh script (run at before_install, # used by the install-racket.sh script to select the version of
# below) to select the version of Racket to download and install. # Racket to download and install.
# #
# Supply more than one RACKET_VERSION (as in the example below) to # Supply more than one RACKET_VERSION (as in the example below) to
# create a Travis-CI build matrix to test against multiple Racket # create a Travis-CI build matrix to test against multiple Racket
# versions. # versions.
- RACKET_VERSION=6.1
- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2
- RACKET_VERSION=6.3 - RACKET_VERSION=6.3
- RACKET_VERSION=6.4 - RACKET_VERSION=6.4
- RACKET_VERSION=6.5 - RACKET_VERSION=6.5