README bash not sh
This commit is contained in:
parent
aff762e0f0
commit
c1fb2a8612
|
@ -4,15 +4,13 @@ Until Travis CI gets built-in support for Racket, we can use the
|
||||||
`before_install` clause of `.travis.yml` to download and run the
|
`before_install` clause of `.travis.yml` to download and run the
|
||||||
Racket installer.
|
Racket installer.
|
||||||
|
|
||||||
> **CAVEAT**: This downloads the ~75MB Racket installer and runs it
|
|
||||||
> for **each and every** build! In other words, this is a hack. The
|
|
||||||
> un-hack would be (IIUC) to add a Travis CI "cookbook" for Racket.
|
|
||||||
|
|
||||||
To add this capability to your project, simply add the
|
To add this capability to your project, simply add the
|
||||||
[example `.travis.yml`](https://github.com/greghendershott/travis-racket/blob/master/.travis.yml)
|
[example `.travis.yml`](https://github.com/greghendershott/travis-racket/blob/master/.travis.yml)
|
||||||
to your repo. You may need to change its `script` section's `raco
|
to your repo. You may need to change its `script` section's `raco
|
||||||
make` and `raco test` parts.
|
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
|
Here's a "badge" showing the status for the `master` branch of this
|
||||||
repo:
|
repo:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user