Excercise RACKET_EDITION in example .travis.yml

This commit is contained in:
Greg Hendershott 2015-05-18 17:15:12 -04:00
parent c3a5f7e085
commit 31a1e466fb

View File

@ -29,12 +29,22 @@ env:
- RACKET_VERSION=6.1.1 - RACKET_VERSION=6.1.1
- RACKET_VERSION=HEAD - RACKET_VERSION=HEAD
- RACKET_VERSION=SCOPE_SNAPSHOT - RACKET_VERSION=SCOPE_SNAPSHOT
# Optionally supply RACKET_EDITION with the value FULL or MINIMAL.
# Defaults to FULL.
- RACKET_VERSION=5.3.4 RACKET_EDITION=MINIMAL
- RACKET_VERSION=5.3.5 RACKET_EDITION=MINIMAL
- RACKET_VERSION=5.92 RACKET_EDITION=MINIMAL
- RACKET_VERSION=6.0 RACKET_EDITION=MINIMAL
- RACKET_VERSION=6.1 RACKET_EDITION=MINIMAL
- RACKET_VERSION=6.1.1 RACKET_EDITION=MINIMAL
- RACKET_VERSION=HEAD RACKET_EDITION=MINIMAL
# You may want to test against certain versions of Racket, without # You may want to test against certain versions of Racket, without
# having them count against the overall success/failure. # having them count against the overall success/failure.
matrix: matrix:
allow_failures: allow_failures:
- env: RACKET_VERSION=HEAD - env: RACKET_VERSION=HEAD
- env: RACKET_VERSION=HEAD RACKET_EDITION=MINIMAL
- env: RACKET_VERSION=SCOPE_SNAPSHOT - env: RACKET_VERSION=SCOPE_SNAPSHOT
# Fast finish: Overall build result is determined as soon as any of # Fast finish: Overall build result is determined as soon as any of
# its rows have failed, or, all of its rows that aren't allowed to # its rows have failed, or, all of its rows that aren't allowed to