From d6747e9e4dfecfccde5c2d0a608c207b3455e78f Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 15 Oct 2016 12:51:02 -0600 Subject: [PATCH] Tell openssl to actually go to where the key is to decrypt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c6ef701..9fd7ae00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ notifications: secure: O4Nibe2fdaUa2ZxuETUg6WEoQKvNM2CotnfaIVgm3fjfe61dfE1P+EgTpbwDG8646jSmpTqMDw8Z6I/WJwGTlXV/ZQsbwu63Cps4MgOTvPHZ0Lsye5azySlJZs1iI4ItYSj2czXfcnJ+qAl1SOOkXJrjB5uyTMWtDpCrSCFB3MA= before_install: - openssl aes-256-cbc -K $encrypted_1d7cd15ffdb4_key -iv $encrypted_1d7cd15ffdb4_iv - -in ssh_private_key.enc -out ssh_private_key -d + -in ./scripts/ssh_private_key.enc -out ./scripts/ssh_private_key -d