Switch example back to using release not raw.

This commit is contained in:
Greg Hendershott 2014-03-13 16:42:25 -04:00
parent e1d8cbf061
commit 0beb408b61

View File

@ -17,7 +17,7 @@ env:
before_install:
# Note: Important to pipe this to `bash` not to `sh`.
- curl https://raw.github.com/greghendershott/travis-racket/master/install-racket.sh | bash
- curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.6/install-racket.sh | bash
install: