Use Travis CI with Racket
Go to file
2013-07-02 14:35:42 -04:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml Install Racket using curl instead of apt-get 2013-07-02 14:35:42 -04:00
install-racket.sh Install Racket using curl instead of apt-get 2013-07-02 14:35:42 -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?