Use Travis CI with Racket
Go to file
2013-07-02 21:54:05 -04:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml Rename env var VERSION to RACKET_VERSION. 2013-07-02 21:54:05 -04:00
install-racket.sh Rename env var VERSION to RACKET_VERSION. 2013-07-02 21:54:05 -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