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