commit c61f7f1b842e96f13c62adcbe5f3d875203c86f8
parent a97cd6e81d2ad54fdeffd871a129cfbdb5d8d492
Author: Alex Knauth <alexander@knauth.org>
Date: Wed, 4 May 2016 16:56:07 -0400
update .travis.yml to test on 6.3, 6.4, and 6.5
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -9,6 +9,9 @@ env:
- RACKET_VERSION=6.1.1
- 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: