From 14243727cd9924f56bbf7f81d5c21cd8fa07ba57 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 25 Apr 2019 08:07:11 -0700 Subject: [PATCH] Update .travis.yml --- pitfall/.travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pitfall/.travis.yml b/pitfall/.travis.yml index 445c52d8..7dcde78f 100644 --- a/pitfall/.travis.yml +++ b/pitfall/.travis.yml @@ -9,8 +9,13 @@ env: global: - RACKET_DIR=~/racket matrix: - - RACKET_VERSION=6.10 + - RACKET_VERSION=6.10 + - RACKET_VERSION=6.12 + - RACKET_VERSION=7.0 + - RACKET_VERSION=7.1 + - RACKET_VERSION=7.2 - 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. @@ -29,5 +34,5 @@ before_install: script: - cd .. # Travis did a cd into the dir. Back up, for the next: -# - travis_retry raco pkg install --deps search-auto --link pitfall -# - raco test -p pitfall + - travis_retry raco pkg install --deps search-auto --link pitfall + - raco test -p pitfall