Update travis
Exclude check InputOutput::ProhibitInteractiveTest. InputOutput::ProhibitInteractiveTest need to add dependency IO::Interactive in script - This is not desirable
This commit is contained in:
parent
72db7eeec4
commit
a412c14995
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ before_script:
|
|||
- chmod 600 .my.cnf
|
||||
|
||||
script:
|
||||
- perlcritic mysqltuner.pl
|
||||
- perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl
|
||||
- ./mysqltuner.pl --idxstat --dbstat
|
||||
|
|
Loading…
Reference in a new issue