www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e03889e82d68e0b41511a7aef72c42633cf4ee30
parent 2c6ca370285cbcb37b1ad73bc6fa91ab22d62f5c
Author: Alex Knauth <alexander@knauth.org>
Date:   Wed,  4 May 2016 17:19:57 -0400

update .travis.yml to test on 6.3, 6.4, and 6.5
Diffstat:
M.travis.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -11,6 +11,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: