We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69fed23 commit 8261182Copy full SHA for 8261182
.travis.yml
@@ -22,4 +22,4 @@ matrix:
22
before_install:
23
cpanm -n Devel::Cover::Report::Coveralls Module::Build
24
script:
25
- perl Build.PL && ./Build build && cover -test -report coveralls
+ perl Makefile.PL && make && make test && cover -test -report coveralls
0 commit comments