Merge branch 'use-git-to-get-the-script'

This commit is contained in:
Greg Hendershott 2014-06-06 18:52:51 -04:00
commit dceb7ddf35

View File

@ -16,8 +16,8 @@ env:
- RACKET_VERSION=HEAD
before_install:
# Note: Important to pipe this to `bash` not to `sh`.
- curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.6/install-racket.sh | bash
- git clone https://github.com/greghendershott/travis-racket.git
- cat travis-racket/install-racket.sh | bash # pipe to bash not sh!
install: