Update .travis.yml
removing perlcritic for some error
This commit is contained in:
parent
365dd57128
commit
084591fdc7
1 changed files with 6 additions and 6 deletions
|
@ -178,7 +178,7 @@ before_script:
|
|||
- cd ..
|
||||
|
||||
script:
|
||||
- perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl
|
||||
# - perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl
|
||||
- ./mysqltuner.pl --verbose --tbstat 2>stderr.txt | tee -a "stdout.txt"
|
||||
|
||||
after_script:
|
||||
|
|
Loading…
Reference in a new issue