Temporary hack to .travis.yml to test

This commit is contained in:
Greg Hendershott 2015-05-18 18:06:55 -04:00
parent ae7f90507a
commit 3cfe5074a8

View File

@ -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