From 8fd5c5540dbcbd94d14a30614c5e5f92aaccc480 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Thu, 8 Jun 2017 22:31:44 +0800 Subject: [PATCH] Fix travis access permission to run --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e83844db..e691c32a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ before_script: - nvm install 6 - nvm use 6 - chmod +x ./tests/prepare-wordpress.sh + - chmod +x ./tests/run-travis.sh - ./tests/prepare-wordpress.sh - mysql -e "set global wait_timeout = 3600;"