Fixed missing dependency, removed older Racket versions from build matrix.

This commit is contained in:
Georges Dupéron 2016-06-17 16:33:39 +02:00
parent 0bbbb12b5a
commit 027d3f4a6c
2 changed files with 7 additions and 5 deletions

View File

@ -20,12 +20,13 @@ 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.0
- RACKET_VERSION=6.1
- RACKET_VERSION=6.1.1
- RACKET_VERSION=6.2
#- RACKET_VERSION=6.0
#- RACKET_VERSION=6.1
#- RACKET_VERSION=6.1.1
#- RACKET_VERSION=6.2
- RACKET_VERSION=6.3
- RACKET_VERSION=6.4
- RACKET_VERSION=6.5
- RACKET_VERSION=HEAD
matrix:

View File

@ -5,7 +5,8 @@
"at-exp-lib"
"scheme-lib"
"scribble-lib"
"typed-racket-lib"))
"typed-racket-lib"
"typed-racket-more"))
(define build-deps '("scribble-lib" "racket-doc"))
(define scribblings '(("scribblings/hyper-literate.scrbl" ())
("test/test.hl.rkt" ())))