config - updating travis-encrypted pem

This commit is contained in:
moocowmoo 2017-03-14 12:56:30 +00:00 committed by moocowmoo
parent ae8777613e
commit bbf329da5f
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ addons:
packages:
- g++-4.8
before_install:
- openssl aes-256-cbc -K $encrypted_f390c1eba1cb_key -iv $encrypted_f390c1eba1cb_iv -in dash.org-test-web.pem.enc -out dash.org-test-web.pem
- openssl aes-256-cbc -K $encrypted_f390c1eba1cb_key -iv $encrypted_f390c1eba1cb_iv -in dash.org-test-web.pem.enc -out dash.org-test-web.pem -d
- rvm install 2.3.1
before_deploy:
- eval "$(ssh-agent -s)"