Use Travis CI with Racket
Go to file
Philip McGrath 892c664cb5 Remove deprecated sudo: false.
Per https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
and https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures,
Travis CI is eliminating its container-based infrastructure
and deprecating the `sudo` keyword.

Also add 7.1 to build matrix.
2018-11-29 16:32:49 -05:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml Remove deprecated sudo: false. 2018-11-29 16:32:49 -05:00
install-racket.sh Add "HEADCS" for Racket-on-Chez snapshots 2018-11-19 08:16:24 -05:00
main.rkt Add comment. 2013-07-02 14:20:29 -04:00
README.md README bash not sh 2014-02-27 09:40:14 -05:00
test.sh Update install-racket.sh for 7.* 2018-07-28 09:50:28 -04:00

Experimenting with using Travis CI for a Racket project.

Until Travis CI gets built-in support for Racket, we can use the before_install clause of .travis.yml to download and run the Racket installer.

To add this capability to your project, simply add the example .travis.yml to your repo. You may need to change its script section's raco make and raco test parts.

NOTE: In the before_install: step, be sure to pipe the install-racket.sh script to bash (not to sh).

Here's a "badge" showing the status for the master branch of this repo:

Build Status