aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install_key.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install_key.sh')
-rwxr-xr-x.travis/install_key.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis/install_key.sh b/.travis/install_key.sh
deleted file mode 100755
index 95a6571..0000000
--- a/.travis/install_key.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-openssl aes-256-cbc \
- -K $encrypted_1477e58fe67a_key \
- -iv $encrypted_1477e58fe67a_iv \
- -in .travis/deploy.pem.enc \
- -out $HOME/.travis/deploy.pem -d
-
-chmod 600 $HOME/.travis/deploy.pem
-