Fix travis access permission to run

This commit is contained in:
Champ Camba
2017-06-08 22:31:44 +08:00
parent b7406ec858
commit 8fd5c5540d
+1
View File
@@ -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;"