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:
parent
a5e01673ea
commit
c48c5097aa
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user