Removal of PGP key generation for travis

pull/762/merge
Iglocska 2015-12-30 10:44:49 +01:00
parent a06da3e90b
commit 14942abf87
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ before_script:
- sudo service apache2 restart
- phpenv config-add travis/myphpconfig.ini
- mkdir .gnupg
- gpg --homedir .gnupg --gen-key --batch travis/gpg
- cp -fa INSTALL/setup/config.php app/Plugin/CakeResque/Config/config.php
- cp travis/bootstrap.php app/Config/bootstrap.php
- cp travis/database.php app/Config/database.php