Update .travis.yml

This commit is contained in:
Eugene Pankov 2019-07-22 14:04:28 +02:00
parent 5db0ccf96a
commit f4da5955de

View File

@ -27,8 +27,8 @@ jobs:
os: linux
if: branch = master
script:
- set -e
- '[ -z "${encrypted_4e2fb4889ef8_iv}" ] && exit 0'
- set -e
- openssl aes-256-cbc -K $encrypted_4e2fb4889ef8_key -iv $encrypted_4e2fb4889ef8_iv -in .travis.ssh.key.enc -out .travis.ssh.key -d
- eval "$(ssh-agent -s)"
- chmod 600 .travis.ssh.key