Use Travis CI with Racket
Go to file
2013-07-02 18:13:53 -04:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml Supply all .travis.yml sections. 2013-07-02 18:13:53 -04:00
install-racket.sh Use set -e 2013-07-02 18:11:22 -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