diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-12-21 11:59:46 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-12-21 11:59:46 +0100 |
commit | 97f70ed3e3c646cd2b42c8796a9cc3a1ac2cae95 (patch) | |
tree | 59eff4bf0be9cdfd30489e13a2e760b8919bdccd | |
parent | 50725139e8b96f88d74e253c8312fd4864640771 (diff) | |
download | go-git-97f70ed3e3c646cd2b42c8796a9cc3a1ac2cae95.tar.gz |
remove old .travis folder
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
-rw-r--r-- | .travis/deploy.pem.enc | bin | 1680 -> 0 bytes | |||
-rwxr-xr-x | .travis/install_key.sh | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/.travis/deploy.pem.enc b/.travis/deploy.pem.enc Binary files differdeleted file mode 100644 index 0584013..0000000 --- a/.travis/deploy.pem.enc +++ /dev/null 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 - |