Use Travis CI with Racket
Go to file
Greg Hendershott daf965ac9c Update Racket versions
Also update the commented-out example of packages:

- No need to `cd`; can run `raco pkg install` in the repo dir.

- Add a step to check the package deps.
2017-04-10 23:58:57 -04:00
.gitignore Initial commit. 2013-07-02 14:12:46 -04:00
.travis.yml Update Racket versions 2017-04-10 23:58:57 -04:00
install-racket.sh Overhaul install-racket.sh and add test.sh to validate full matrix. 2016-08-08 16:50:59 -07: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 Overhaul install-racket.sh and add test.sh to validate full matrix. 2016-08-08 16:50:59 -07: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