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 7f5ec2d commit c6e5fb9Copy full SHA for c6e5fb9
.travis.yml
@@ -37,3 +37,11 @@ before_script:
37
- coverage-setup
38
after_success:
39
- coverage-report
40
+script:
41
+ - perl Makefile.PL
42
+ - make
43
+ - prove -b -r -s -j$(test-jobs) $(test-files)
44
+ - make install
45
+ - unset AUTHOR_TESTING; unset AUTOMATED_TESTING; unset RELEASE_TESTING
46
+ - cpanm --test-only HTTP::Message || ( cat ~/.cpanm/build.log; false )
47
+ - cpanm --test-only LWP || ( cat ~/.cpanm/build.log; false )
0 commit comments