Switch example back to using release not raw.
This commit is contained in:
parent
e1d8cbf061
commit
0beb408b61
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user