Skip to content

Commit

Permalink
Oops...use Makefile.PL not Build.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Apr 14, 2017
1 parent 197da99 commit 983f8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ perl:
before_install:
cpanm -n Devel::Cover::Report::Coveralls
script:
perl Build.PL && ./Build build && cover -test -report coveralls
perl Makefile.PL && make && cover -test -report coveralls

0 comments on commit 983f8cd

Please sign in to comment.