Adding jobs label
This commit is contained in:
parent
a1f988da02
commit
af241039e4
1 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,8 @@ perl:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- addons:
|
- addons:
|
||||||
mariadb: "5.5"
|
- env: NAME="MariaDB 5.5"
|
||||||
|
- mariadb: "5.5"
|
||||||
perl: "5.24"
|
perl: "5.24"
|
||||||
- addons:
|
- addons:
|
||||||
mariadb: "10.0"
|
mariadb: "10.0"
|
||||||
|
@ -57,7 +58,7 @@ before_script:
|
||||||
- tar xvjf employees_db-full-1.0.6.tar.bz2
|
- tar xvjf employees_db-full-1.0.6.tar.bz2
|
||||||
- cd employees_db
|
- cd employees_db
|
||||||
- cat employees.sql | mysql
|
- cat employees.sql | mysql
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl
|
- perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl
|
||||||
- ./mysqltuner.pl --verbose --tbstat
|
- ./mysqltuner.pl --verbose --tbstat
|
||||||
|
|
Loading…
Reference in a new issue