Commit Graph

11 Commits

Author SHA1 Message Date
Greg Hendershott
15710901e0 Reorder tests from old to new
Also make sure we exercise HEAD and HEADCS for newer.
2020-01-09 15:39:30 -05:00
Greg Hendershott
20b0d96bc4 Add explicit error checking 2019-11-25 13:43:30 -05:00
Greg Hendershott
960ebda600 Distinguish our own .travis.yml and example/.travis.yml
As a result, our own .travis.yml can focus on testing
install-racket.sh as of the current commit.

(I am still using test.sh and `for` loops. It's not immediately
obvious to me how to express that instead using a Travis job matrix --
or that doing so would be any clearer.)
2019-11-25 13:30:53 -05:00
Greg Hendershott
abc3d6b6b9 Run shellcheck in test.sh 2019-11-25 11:29:51 -05:00
Greg Hendershott
2cc8138f53 Enhance test.sh to exercise all "flavor" permutations 2019-10-24 11:51:33 -04:00
Greg Hendershott
b438731ab3 Add RACKET_CS "flavor"; closes #37 2019-10-24 11:42:16 -04:00
Greg Hendershott
7048c12edf Update through 7.4 2019-10-24 11:07:14 -04:00
Greg Hendershott
f741bd159b Update test.sh for recent versions and for RELEASECS 2019-07-23 17:00:55 -04:00
Greg Hendershott
1078bc76be Update install-racket.sh for 7.*
Also: Update test.sh and the example .travis.yml through Racket 7.0.
2018-07-28 09:50:28 -04:00
Greg Hendershott
76ba0c7795 Update test.sh through Racket 6.10 2017-08-08 17:45:26 -04:00
Ryan Davis
67b38da25f Overhaul install-racket.sh and add test.sh to validate full matrix.
Namely, added test.sh to run through all the possible downloads and test for validity.

Added handler for TEST=1 in install-racket.sh.

Normalize urls as much as possible and to get minimal installs working
properly. This can probably be merged to master and drop the minimal
branch entirely.

I think there is still some cleanup that can happen. The various linux
flavors can probably be unified, if not parameterized.

This patch removes SCOPE_SNAPSHOT, as it seems to point to incredibly
stale content. RELEASE does too, but there is a note that it is only
valid during release phases.
2016-08-08 16:50:59 -07:00