From 963386013158b68f26e2fb4293a888a64c56e2c0 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 27 Apr 2019 08:24:26 -0700 Subject: [PATCH] Update .travis.yml --- pitfall/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pitfall/.travis.yml b/pitfall/.travis.yml index c0d71ecc..f8b59a8c 100644 --- a/pitfall/.travis.yml +++ b/pitfall/.travis.yml @@ -30,7 +30,7 @@ matrix: before_install: - git clone https://github.com/mbutterick/travis-racket.git - - cat travis-racket/install-racket.sh | NATIPKG=1 bash # pipe to bash not sh! + - cat travis-racket/install-racket.sh | RACKET_NATIPKG=1 bash # pipe to bash not sh! - export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us script: