Update .travis.yml

This commit is contained in:
walisonjose 2018-05-29 09:38:17 -03:00 committed by GitHub
parent 4b8ee4e0fc
commit 38b5899d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ before_install:
- sudo apt-get install sshpass
install:
- echo -e "Install"
script: phpunit --version
script: phpunit #--version
#after_success:
#- openssl aes-256-cbc -K $encrypted_cb93ef43fcd2_key -iv $encrypted_cb93ef43fcd2_iv
# -in deploy_rsa.enc -out /tmp/deploy_rsa -d