From a8fe6f7319fcee1c5a1809d745b1b0ac8c3a6725 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 25 Apr 2019 15:05:04 -0700 Subject: [PATCH] Update .travis.yml --- xenomorph/.travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xenomorph/.travis.yml b/xenomorph/.travis.yml index e4106249..1ca84e8b 100644 --- a/xenomorph/.travis.yml +++ b/xenomorph/.travis.yml @@ -9,10 +9,12 @@ env: global: - RACKET_DIR=~/racket matrix: + # 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 + # natipkg builds not available for HEAD or HEADCS #- RACKET_VERSION=HEAD #- RACKET_VERSION=HEADCS