travis-racket
travis-racket copied to clipboard
Use Travis CI with Racket
This would probably be "racket-textual" for versions 5.3.6 and before.
In Racket 5.3.5 and 5.3.6, raco pkg uses the GitHub API [anonymously](https://github.com/plt/racket/blob/v5.3.6/collects/pkg/util.rkt#L61). This is rate-limited. As a result, jobs can fail with a message like this: ``` $ raco pkg...
This requires: 1. not using `sudo` 2. not downloading for `www.cs.utah.edu` (see travis-ci/travis-ci#3012)
Perhaps it would be nice to add a HEADBC, RELEASEBC and RACKET_BC options. I'm not sure if all the URL had stabilized yet.
Hi, I added support for Mac OS and Racket 7.0
It would be great for this repo to show how to build on OS X on Travis. I think the needed steps are: - Download the right dmg files for...