Skip to content

Commit

Permalink
** remove cover from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bennn committed Mar 8, 2016
1 parent f65d8a5 commit af746ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ script:
- raco test $TRAVIS_BUILD_DIR/ipoe

after_success:
- raco setup --check-pkg-deps ipoe
- raco pkg install --auto cover cover-coveralls
- raco cover -f coveralls -d $TRAVIS_BUILD_DIR/coverage $TRAVIS_BUILD_DIR/ipoe/private
2 changes: 0 additions & 2 deletions ipoe/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
))
(define build-deps
'("scribble-lib"
"cover"
"cover-coveralls"
"racket-doc"))
(define pkg-desc "Family of languages for editing poetry")
(define pkg-authors '(ben))
Expand Down

0 comments on commit af746ca

Please sign in to comment.