increasing build matrix

This commit is contained in:
Spencer Florence 2015-05-21 14:26:26 -05:00
parent 30195b87a2
commit 818a011ddf
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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"