From 4d725e8d61dd9f9c86cefb93bf942f3ce4e1b1b4 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Fri, 26 Apr 2019 12:15:03 -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 3cfcc759..aaa07a35 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 | bash # pipe to bash not sh! + - cat travis-racket/install-racket.sh | NATIPKG=1 bash # pipe to bash not sh! - export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us script: