Navigation Menu

Skip to content

Commit

Permalink
Disable parallel test runs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 8, 2017
1 parent 97378aa commit f3404e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -40,9 +40,9 @@ before_script:
- coverage-setup

script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
- carton exec prove -lr -j$(test-jobs) t
# Parallel tests seem to have Heisenfailures. Disable for now.
# - carton exec prove -lr -j$(test-jobs) t
- carton exec prove -lr t

after_success:
- coverage-report
Expand Down

0 comments on commit f3404e2

Please sign in to comment.