Use Travis CI with Racket
Go to file
Greg Hendershott c3a5f7e085 Add RACKET_EDITION to install-racket.sh
Note: I'm committing this without also updating the example .travis.yml,
in order to test the case where RACKET_EDITION is not specified at
all (e.g. for backward compatability with existing .travis.yml files).
In that case it should act like RACKET_EDITION=FULL.
2015-05-18 14:23:33 -04:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml support scope-snapshot 2015-05-17 23:45:59 -04:00
install-racket.sh Add RACKET_EDITION to install-racket.sh 2015-05-18 14:23:33 -04: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

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