Skip to content

Commit c6e5fb9

Browse files
committed
Install HTTP-Message and LWP after running test suite on Travis
1 parent 7f5ec2d commit c6e5fb9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ before_script:
3737
- coverage-setup
3838
after_success:
3939
- 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

Comments
 (0)