Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
commit to trigger coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr committed May 21, 2016
1 parent d8c1839 commit 1a550d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ notifications:

script:
# works! # - BIBSPACE_CONFIG=lib/BibSpace/files/config/testing.conf PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t/
- perl Build.PL && ./Build build && cover -test -report coveralls
- perl Build.PL
- ./Build build
- cover -test -report coveralls
- cover


Expand Down

0 comments on commit 1a550d1

Please sign in to comment.