let travis run perlcritic
This commit is contained in:
parent
0cd7e93685
commit
4fbc5ecb35
1 changed files with 5 additions and 2 deletions
|
@ -35,11 +35,14 @@ before_install:
|
|||
|
||||
install:
|
||||
- cpanm --quiet --notest Data::Dumper
|
||||
- cpanm --quiet --notest Text::Template
|
||||
- cpanm --quiet --notest JSON
|
||||
- cpanm --quiet --notest Perl::Critic
|
||||
- cpanm --quiet --notest Text::Template
|
||||
|
||||
before_script:
|
||||
- echo -e "[client]\nuser=root\npassword=\"\"" > .my.cnf
|
||||
- chmod 600 .my.cnf
|
||||
|
||||
script: ./mysqltuner.pl --idxstat --dbstat
|
||||
script:
|
||||
- perlcritic mysqltuner.pl
|
||||
- ./mysqltuner.pl --idxstat --dbstat
|
||||
|
|
Loading…
Reference in a new issue