Use Travis CI with Racket
![]() Also: - Only support it for 6.x and HEAD. Don't bother with 5.9x, and don't try to support textual (it's too different). - For the minimal case, do the raco pkg install of rackunit in install-racket.sh. Can conditionally test, there. Also, easier for users than them having to do it in .travis.yml. |
||
---|---|---|
.gitignore | ||
.travis.yml | ||
install-racket.sh | ||
main.rkt | ||
README.md |
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 theinstall-racket.sh
script tobash
(not tosh
).
Here's a "badge" showing the status for the master
branch of this
repo: