Atualização travis

This commit is contained in:
walisonjose 2018-06-11 13:05:05 -03:00
parent 8ba7478287
commit 506896592f
1 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,8 @@ php:
matrix:
allow_failures:
fast_finish: true
allow_failures:
- php: 5.6
addons:
- ssh_know_hosts:
- "$ssh_host"
@ -31,7 +33,10 @@ install:
true
- composer install
- sudo mkdir /tmp/wordpress/wordpress-test/wp-content/uploads
script: phpunit
- sudo wget https://phar.phpunit.de/phpunit-6.5.7.phar -P /tmp
- sudo chmod +x /tmp/phpunit-6.5.7.phar
- sudo mv /tmp/phpunit-6.5.7.phar /usr/local/bin/phpunit
script: /usr/local/bin/phpunit # phpunit
before_deploy:
- echo "Seção executada antes do deploy!"
- openssl aes-256-cbc -K $encrypted_cb93ef43fcd2_key -iv $encrypted_cb93ef43fcd2_iv