Skip to content

Commit

Permalink
Add 7.1 and HEADCS to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hendershott committed Nov 22, 2018
1 parent 5e3c045 commit 6c6724e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -35,13 +35,16 @@ env:
- RACKET_VERSION=6.11
- RACKET_VERSION=6.12
- RACKET_VERSION=7.0
- RACKET_VERSION=7.1
- RACKET_VERSION=HEAD
- RACKET_VERSION=HEADCS

# 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
- env: RACKET_VERSION=HEADCS
# 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.
Expand Down

0 comments on commit 6c6724e

Please sign in to comment.