** remove cover from build-deps

This commit is contained in:
ben 2015-12-06 23:22:40 -05:00
parent 2b21f30aa7
commit 2b41d7752b
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ install: raco pkg install --deps search-auto $TRAVIS_BUILD_DIR
script:
- raco setup --check-deps dependent
- raco pkg install --deps search-auto cover
- raco pkg install --deps search-auto cover-coveralls
- raco test $TRAVIS_BUILD_DIR
after_success:

View File

@ -1,7 +1,7 @@
#lang info
(define collection "dependent")
(define deps '("base"))
(define build-deps '("cover" "cover-coveralls" "scribble-lib" "racket-doc" "rackunit-lib"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define pkg-desc "Strongly-typed macros")
(define version "0.0")
(define pkg-authors '(ben))