From 0ae57fd382c632621ae74061337ef8f1b19c28f6 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Fri, 30 Aug 2019 20:19:33 +0800 Subject: [PATCH] Update travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2330f83..b34a21b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,7 +92,7 @@ before_script: - chmod +x ./tests/prepare-wordpress.sh - chmod +x ./tests/run-travis.sh - ./tests/prepare-wordpress.sh - - mysql -e "set global wait_timeout = 3600;" + ## - mysql -e "set global wait_timeout = 3600;" script: - ./tests/run-travis.sh