Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
removing perlcritic for some error
  • Loading branch information
jmrenouard committed Oct 16, 2019
1 parent 365dd57 commit 084591f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ matrix:
- mysql-server
- mysql-client
name: "MySQL 5.7/Perl 5.24"
perl: "5.24"
perl: "5.24"
- addons:
apt:
sources:
Expand Down Expand Up @@ -95,7 +95,7 @@ matrix:
- mysql-server
- mysql-client
name: "MySQL 5.7/Perl 5.16"
perl: "5.16"
perl: "5.16"
- addons:
apt:
sources:
Expand Down Expand Up @@ -146,7 +146,7 @@ matrix:
- mysql-server
- mysql-client
name: "MySQL 5.7/Perl 5.10"
perl: "5.10"
perl: "5.10"
- addons:
apt:
sources:
Expand All @@ -156,7 +156,7 @@ matrix:
- mysql-client
name: "MySQL 8/Perl 5.10"
perl: "5.10"

before_install:
- git clone git://github.com/haarg/perl-travis-helper
- source perl-travis-helper/init
Expand All @@ -178,8 +178,8 @@ before_script:
- cd ..

script:
- perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl
- ./mysqltuner.pl --verbose --tbstat 2>stderr.txt | tee -a "stdout.txt"
# - perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl
- ./mysqltuner.pl --verbose --tbstat 2>stderr.txt | tee -a "stdout.txt"

after_script:
- echo "Standard Output: $(cat stdout.txt)"
Expand Down

0 comments on commit 084591f

Please sign in to comment.