Update .travis.yml

This commit is contained in:
walisonjose 2018-05-28 15:37:51 -03:00 committed by GitHub
parent 6b80ac791b
commit c1d35f9068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ install:
- echo -e "Install"
script: phpunit --version
after_success:
- echo -e "After success!"
- echo -e "After success!" #Alteração
- openssl aes-256-cbc -K $encrypted_cb93ef43fcd2_key -iv $encrypted_cb93ef43fcd2_iv
-in deploy_rsa.enc -out deploy_rsa -d
- eval "$(ssh-agent -s)"