travis-racket/README.md
2020-11-25 17:13:24 -05:00

1.0 KiB

Build Status

UPDATE: In light of Travis CI limiting open source "credits", as of 2020-11-25 I have stopped using it for my own projects. Instead I am using the setup-racket action with GitHub Actions.


Until/unless Travis CI gets built-in support for Racket, we can use the install: section of .travis.yml to download and run the installer for various versions and variants of Racket.

To use in your project, simply add the example .travis.yml to the root of your repo.

NOTE: Use example/.travis.yml --- not the one in the root of this repo, which is intended to test this repo not your project.

You may need to make some small edits to the file, as explained in its comments. Specifically:

  • You may want to change the RACKET_VERSION values, depending on which versions of Racket you intend to support.

  • You may need to change its script: section to suit your project.