Change .travis.yml back to using a GitHub release.

This is a better example for people to use, than using raw.github.com.

Had changed this temporarily while working on the
`RACKET_VERSION=HEAD` feature. Switching back now that I just rolled
it into a new v0.3.
This commit is contained in:
Greg Hendershott 2013-10-20 05:52:35 -04:00
parent 0cba8d92b5
commit 14679516e8

View File

@ -14,10 +14,7 @@ env:
- RACKET_VERSION=HEAD - RACKET_VERSION=HEAD
before_install: before_install:
# Temporarily use raw.github.com to test this. Once working, will make a v0.3 and - curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.3/install-racket.sh | sh
# 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 | sh
# - curl -L https://github.com/greghendershott/travis-racket/releases/download/v0.2/install-racket.sh | sh
install: install: