From 24d0499e28c784036fb2290730cead4491924360 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 2 Apr 2015 10:02:38 -0700 Subject: [PATCH] Enlarge build matrix --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e3c89e3..2cd12c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,10 @@ env: global: - RACKET_DIR=~/racket matrix: + - RACKET_VERSION=6.0 + - RACKET_VERSION=6.1 - RACKET_VERSION=6.1.1 + - RACKET_VERSION=HEAD matrix: fast_finish: true