Skip to content

Commit

Permalink
experimental: run tests serially, to figure out what is wrong on 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Oct 19, 2018
1 parent 1bf3d24 commit 607eb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ before_script:
script:
- perl Makefile.PL
- make
- prove -b -r -s -j$(test-jobs) $(test-files)
- prove -b -r -s -j1 $(test-files)
after_success:
- coverage-report
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Change history for libwww-perl

{{$NEXT}}
- testing.

6.36 2018-10-10 02:20:58Z
- fix broken link https://metacpan.org/pod/LWP::Simple by fixing pod
Expand Down

0 comments on commit 607eb16

Please sign in to comment.