Avoid need to have install-racket.sh in the project.
Instead curl it from this repo and pipe to sh.
This commit is contained in:
parent
5129205faa
commit
0e341cf014
|
@ -4,8 +4,7 @@ env:
|
|||
- RACKET_VERSION=5.3.5
|
||||
|
||||
before_install:
|
||||
- chmod u+rx ./install-racket.sh
|
||||
- ./install-racket.sh
|
||||
- curl https://raw.github.com/greghendershott/travis-racket/master/install-racket.sh | sh
|
||||
|
||||
install:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user