From 3cfe5074a86f9dac28d1f27f18c193d14f48e883 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Mon, 18 May 2015 18:06:55 -0400 Subject: [PATCH] Temporary hack to .travis.yml to test --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7f1bf98..460c274 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,9 @@ matrix: before_install: - git clone https://github.com/greghendershott/travis-racket.git + - cd travis-racket # REMOVE BEFORE MERGING TO MASTER + - git checkout minimal # REMOVE BEFORE MERGING TO MASTER + - cd .. # REMOVE BEFORE MERGING TO MASTER - cat travis-racket/install-racket.sh | bash # pipe to bash not sh! - export PATH="${RACKET_DIR}/bin:${PATH}" #install-racket.sh can't set for us