From fa0333934ae12caaef65102dbb84567c5724fe5e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 25 Apr 2019 15:02:45 -0700 Subject: [PATCH] Update .travis.yml --- xenomorph/.travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xenomorph/.travis.yml b/xenomorph/.travis.yml index db971b03..e4106249 100644 --- a/xenomorph/.travis.yml +++ b/xenomorph/.travis.yml @@ -9,12 +9,12 @@ env: global: - RACKET_DIR=~/racket matrix: - - RACKET_VERSION=6.12 - - RACKET_VERSION=7.0 + #- RACKET_VERSION=6.12 + #- RACKET_VERSION=7.0 - RACKET_VERSION=7.1 - RACKET_VERSION=7.2 - - RACKET_VERSION=HEAD - - RACKET_VERSION=HEADCS + #- RACKET_VERSION=HEAD + #- RACKET_VERSION=HEADCS # You may want to test against certain versions of Racket, without # having them count against the overall success/failure.