Use Travis CI with Racket
Go to file
2013-07-02 15:19:44 -04:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml Suck less. 2013-07-02 14:47:41 -04:00
install-racket.sh ls -l for debugging 2013-07-02 15:19:44 -04:00
main.rkt Add comment. 2013-07-02 14:20:29 -04:00
README.md Initial commit. 2013-07-02 14:12:46 -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?