Get install-racket.sh using GitHub Release not raw.github.com

Note: The -L flag for curl is important because GitHub will 302
redirect this to Amazon S3, with a signed URI with a very short
expiration.
This commit is contained in:
Greg Hendershott 2013-07-05 12:20:26 -04:00
parent a5e01673ea
commit c48c5097aa

View File

@ -4,7 +4,7 @@ env:
- RACKET_VERSION=5.3.5 - RACKET_VERSION=5.3.5
before_install: before_install:
- curl https://raw.github.com/greghendershott/travis-racket/master/install-racket.sh | sh - curl -L https://github.com/greghendershott/travis-racket/releases/v0.1/1886/install-racket.sh | sh
install: install: