increasing build matrix
This commit is contained in:
parent
30195b87a2
commit
818a011ddf
|
@ -4,7 +4,9 @@ env:
|
|||
global:
|
||||
- RACKET_DIR=~/racket
|
||||
matrix:
|
||||
- RACKET_VERSION=6.1.0
|
||||
- RACKET_VERSION=6.1.1
|
||||
- RACKET_VERSION=HEAD
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/greghendershott/travis-racket.git ../travis-racket
|
||||
|
|
2
info.rkt
2
info.rkt
|
@ -1,7 +1,7 @@
|
|||
#lang setup/infotab
|
||||
(define name "cover")
|
||||
(define collection "cover")
|
||||
(define deps '(("base" #:version "6.1.1") "errortrace-lib" "rackunit-lib"
|
||||
(define deps '(("base" #:version "6.1") "errortrace-lib" "rackunit-lib"
|
||||
"syntax-color-lib" "compiler-lib"))
|
||||
(define build-deps
|
||||
'("racket-doc" "scribble-lib" "typed-racket-doc" "htdp-lib"
|
||||
|
|
Loading…
Reference in New Issue
Block a user