Skip to content

Commit

Permalink
Add recent Racket versions
Browse files Browse the repository at this point in the history
Also: Add allow_failures and fast_finish, consistent with .travis.yml
for my other Racket projects.
  • Loading branch information
Greg Hendershott committed Apr 26, 2018
1 parent 33b046f commit a3c3141
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,23 @@ env:
- RACKET_VERSION=6.5
- RACKET_VERSION=6.6
- RACKET_VERSION=6.7
- RACKET_VERSION=6.8
- RACKET_VERSION=6.9
- RACKET_VERSION=6.10
- RACKET_VERSION=6.11
- RACKET_VERSION=6.12
- RACKET_VERSION=HEAD

# You may want to test against certain versions of Racket, without
# having them count against the overall success/failure.
matrix:
allow_failures:
- env: RACKET_VERSION=HEAD
# 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
# fail have succeeded.
fast_finish: true

before_install:
- git clone https://github.com/greghendershott/travis-racket.git
- cat travis-racket/install-racket.sh | bash # pipe to bash not sh!
Expand Down

0 comments on commit a3c3141

Please sign in to comment.