Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ before_install:
- cpanm -n Test::Exception
- cpanm -n Moose
- cpanm -n Expect
- cpanm -n Devel::Cover::Report::Coveralls
- cpanm -n Test::Requires::Git
- cpanm -n Devel::Cover::Report::Codecov
script:
- perl Makefile.PL
- make test
- cover -test -report coveralls
- cover -test -report codecov

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Command::Interactive handles interactive (and non-interactive) process invocation through a reliable and easily configured interface.

[![Build Status](https://travis-ci.org/binary-com/perl-command-interactive.svg?branch=master)](https://travis-ci.org/binary-com/perl-command-interactive)
[![Coverage Status](https://coveralls.io/repos/binary-com/perl-command-interactive/badge.png?branch=master)](https://coveralls.io/r/binary-com/perl-command-interactive?branch=master)
[![codecov](https://codecov.io/gh/binary-com/perl-command-interactive/branch/master/graph/badge.svg)](https://codecov.io/gh/binary-com/perl-command-interactive)
[![Gitter chat](https://badges.gitter.im/binary-com/perl-command-interactive.png)](https://gitter.im/binary-com/perl-command-interactive)

SYNOPSIS
Expand Down