Skip to content

Commit

Permalink
non-interactive input
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Nov 1, 2017
1 parent 721fc6e commit cd502e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -58,9 +58,9 @@ script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
#- HARNESS_PERL_SWITCHES=-MDevel::Cover=+ignore,local carton exec prove -It/lib -lr -j 2 t
- carton exec perl -It/lib -Ilib t/00_setup.t
- carton exec perl -It/lib -Ilib t/01_darkpan.t
- carton exec perl -It/lib -Ilib t/server/controller/diff.t
- carton exec perl -It/lib -Ilib t/00_setup.t < /dev/null
- carton exec perl -It/lib -Ilib t/01_darkpan.t < /dev/null
- carton exec perl -It/lib -Ilib t/server/controller/diff.t < /dev/null

after_success:
# - cover -report coveralls
Expand Down

0 comments on commit cd502e0

Please sign in to comment.