From b14baf0e739e9c7645c1c8d64dbcba7ed561cdb3 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Sat, 22 Sep 2018 05:39:54 +0000 Subject: [PATCH] Fixing before script issue --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a7e0cbf..8389300 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,7 @@ before_script: - tar xvjf employees_db-full-1.0.6.tar.bz2 - cd employees_db - cat employees.sql | mysql + - cd .. script: - perlcritic --exclude InputOutput::ProhibitInteractiveTest mysqltuner.pl