Sam Tobin-Hochstadt
Sam Tobin-Hochstadt
@greghendershott option 2 looks nicest to me, too.
No, you can even do that: http://docs.travis-ci.com/user/environment-variables/#Matrix-Variables
Just installing "rackunit-lib" will save a lot. Also, `raco test` is in the "compiler-lib" pkg.
Like I said, that's in "compiler - lib".
On 1, yes, you'd need to not install in `/usr`. On 2, use the Northwestern snapshot server, http://plt.eecs.northwestern.edu/snapshots/
That run didn't take place on the container infra, though, so I don't know if it works there.
I don't think the Northwestern site is supposed to be less reliable -- they've been basically the same for me.
- It allows caching of generated/download files - It seems to start sooner - It seems like it is inevitably the future of everything :) I don't think you should...
Well, step 1 would probably be to configure the PATH in the script so that people don't have to hardcode paths. In the current state, one option would be a...
I think the right thing to cache is usually `~/.racket/download-cache`, as [here](https://github.com/racket/rackunit/blob/466a679cd529cd13e95f27716d8d6bc249a91dc7/.travis.yml#L5-L7).