From 88e28acd37588fecedd023fe034a83b45ac96b1a Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 25 Apr 2019 15:05:05 -0700 Subject: [PATCH] Update .travis.yml --- pitfall/.travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pitfall/.travis.yml b/pitfall/.travis.yml index c2420850..3cfcc759 100644 --- a/pitfall/.travis.yml +++ b/pitfall/.travis.yml @@ -9,12 +9,14 @@ env: global: - RACKET_DIR=~/racket matrix: - - RACKET_VERSION=6.12 - - RACKET_VERSION=7.0 + # natipkg builds for 6.12 and 7.0 have ssl but (see https://github.com/racket/racket/issues/2184) + #- RACKET_VERSION=6.12 + #- RACKET_VERSION=7.0 - RACKET_VERSION=7.1 - RACKET_VERSION=7.2 - - RACKET_VERSION=HEAD - - RACKET_VERSION=HEADCS + # natipkg builds not available for HEAD or 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.