Update .travis.yml

This commit is contained in:
walisonjose 2018-06-06 08:48:22 -03:00 committed by GitHub
parent fc02eef3e4
commit 6a12402b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ install:
true
- composer install
- sudo mkdir /tmp/wordpress/wordpress-test/wp-content/uploads
- sudo chmod 777 .
script: phpunit
before_deploy:
- echo "Seção executada antes do deploy!"