Skip to content

Commit

Permalink
Require Racket 6.2
Browse files Browse the repository at this point in the history
- Drop support for Rackets < 6.2 because they are no longer testable
  -- see <racket/racket-lang-org#88>.

- Add newer Racket version 7.2.

- Bump our version to 0.30.
  • Loading branch information
Greg Hendershott committed Mar 8, 2019
1 parent 08fa3db commit c524c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ env:
# Supply more than one RACKET_VERSION (as in the example below) to
# create a Travis-CI build matrix to test against multiple Racket
# versions.
- RACKET_VERSION=6.1
- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2
- RACKET_VERSION=6.3
- RACKET_VERSION=6.4
Expand All @@ -36,6 +34,7 @@ env:
- RACKET_VERSION=6.12
- RACKET_VERSION=7.0
- RACKET_VERSION=7.1
- RACKET_VERSION=7.2
- RACKET_VERSION=HEAD
- RACKET_VERSION=HEADCS

Expand Down
4 changes: 2 additions & 2 deletions info.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#lang info
(define version "0.29")
(define version "0.30")
(define collection 'multi)
(define deps '(["base" #:version "6.1"]
(define deps '(["base" #:version "6.2"]
"find-parent-dir"
"html-lib"
["markdown" #:version "0.25"]
Expand Down

0 comments on commit c524c37

Please sign in to comment.