From b86c9bc228fdc311d5cdb1a777abd1c392925e22 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Wed, 25 Nov 2020 17:13:24 -0500 Subject: [PATCH] Start to deprecate --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4c98a24..db31510 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ ![Build Status](https://travis-ci.org/greghendershott/travis-racket.svg?branch=master) +**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](https://github.com/Bogdanp/setup-racket) 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.