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:
Greg Hendershott 2013-07-02 22:01:49 -04:00
parent 5129205faa
commit 0e341cf014

View File

@ -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: