Use Travis CI with Racket
Go to file
Greg Hendershott 0e341cf014 Avoid need to have install-racket.sh in the project.
Instead curl it from this repo and pipe to sh.
2013-07-02 22:01:49 -04:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml Avoid need to have install-racket.sh in the project. 2013-07-02 22:01:49 -04:00
install-racket.sh Less hyphen, more underline. And cowbell. More cowbell. 2013-07-02 22:00:04 -04:00
main.rkt Add comment. 2013-07-02 14:20:29 -04:00
README.md Fix build status badge 2013-07-02 15:27:16 -04:00

Experimenting with using Travis for a Racket project.

Travis doesn't have built-in support for Racket. However it seems this should be do-able, anyway, by using before_install to install Racket?

Build Status