update .travis.yml to test on 6.3, 6.4, and 6.5

This commit is contained in:
Alex Knauth 2016-05-08 23:26:44 -04:00
parent 7262d3a463
commit e0c1bc198a

View File

@ -8,6 +8,9 @@ env:
matrix:
- RACKET_VERSION=6.2
- RACKET_VERSION=6.2.1
- RACKET_VERSION=6.3
- RACKET_VERSION=6.4
- RACKET_VERSION=6.5
- RACKET_VERSION=HEAD
matrix: