From b7286f208c44d818c7e7401e66c5e51934d8e66d Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 17 Mar 2016 12:47:01 -0700 Subject: [PATCH] update travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03c9806..6b2fd0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ env: global: - RACKET_DIR=~/racket matrix: - - RACKET_VERSION=6.0 - - RACKET_VERSION=6.1 - - RACKET_VERSION=6.2 +# - RACKET_VERSION=6.0 +# - RACKET_VERSION=6.1 +# - RACKET_VERSION=6.2 - RACKET_VERSION=6.3 - RACKET_VERSION=6.4 - RACKET_VERSION=HEAD