Use Travis CI with Racket
Go to file
2020-04-23 15:04:55 -04:00
.github Add FUNDING.yml 2019-10-24 11:09:40 -04:00
example Add Racket 7.6 to example/.travis.yml 2020-02-14 17:05:42 -05:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml Also shellcheck test.sh 2019-11-25 13:43:47 -05:00
install-racket.sh When Utah not available, try NEU 2020-04-23 15:04:55 -04:00
README.md Various README edits 2019-11-25 14:13:03 -05:00
test.sh Reorder tests from old to new 2020-01-09 15:39:30 -05:00

Build Status

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.