** remove cover from build-deps
This commit is contained in:
parent
2b21f30aa7
commit
2b41d7752b
|
@ -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:
|
||||
|
|
2
info.rkt
2
info.rkt
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user