Skip to content

Commit 8261182

Browse files
committed
Fix .travis.yml
1 parent 69fed23 commit 8261182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ matrix:
2222
before_install:
2323
cpanm -n Devel::Cover::Report::Coveralls Module::Build
2424
script:
25-
perl Build.PL && ./Build build && cover -test -report coveralls
25+
perl Makefile.PL && make && make test && cover -test -report coveralls

0 commit comments

Comments
 (0)