Remove legacy code from travis

This commit is contained in:
David Lewis 2018-03-22 16:10:33 -07:00
parent 3248c5b97e
commit 3eee7fe002
1 changed files with 0 additions and 6 deletions

View File

@ -30,9 +30,3 @@ deploy:
on:
repo: FreeCol/freecol
branch: slim
before_install:
- openssl aes-256-cbc -K $encrypted_57654742c400_key -iv $encrypted_57654742c400_iv
-in ./.travis/freecol-deploy-key.enc -out freecol-deploy-key -d
- chmod 600 github_deploy_key
- eval $(ssh-agent -s)
- ssh-add github_deploy_key