Switch example back to using release not raw.

This commit is contained in:
Greg Hendershott 2014-02-27 09:45:27 -05:00
parent c1fb2a8612
commit 1216a31b49

View File

@ -16,11 +16,8 @@ env:
- RACKET_VERSION=HEAD
before_install:
# Temporarily use raw.github.com to test this. After tests OK, will
# make a v0.5 and change this back to be an example of the right way
# to do this.
- curl https://raw.github.com/greghendershott/travis-racket/master/install-racket.sh | bash
# - curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.4/install-racket.sh | bash
# Note: Important to pipe this to `bash` not to `sh`.
- curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.5/install-racket.sh | bash
install: