Skip to content

Commit

Permalink
install the right coveralls module
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jan 21, 2015
1 parent 3e28074 commit 1830bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ install:
script:
- ./configure --prefix=$HOME/znapzend
- make install
- PERL_CPANM_HOME=`pwd`/thirdparty PERL_CPANM_OPT="--notest --local-lib "`pwd`/thirdparty perl ./thirdparty/bin/cpanm Devel::Cover
- PERL_CPANM_HOME=`pwd`/thirdparty PERL_CPANM_OPT="--notest --local-lib "`pwd`/thirdparty perl ./thirdparty/bin/cpanm Devel::Cover::Report::Coveralls
- perl -I./thirdparty/lib/perl5
-MDevel::Cover=+ignore,thirdparty ./t/znapzend.t ./bin/znapzend || test $? == 1
- perl -I./thirdparty/lib/perl5
Expand Down

0 comments on commit 1830bce

Please sign in to comment.