Atualização travis
This commit is contained in:
parent
8ba7478287
commit
506896592f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue