travis-racket icon indicating copy to clipboard operation
travis-racket copied to clipboard

Use Travis CI with Racket

Results 7 travis-racket issues
Sort by recently updated
recently updated
newest added

This would probably be "racket-textual" for versions 5.3.6 and before.

enhancement

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...

cantfix

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...

enhancement