Skip to content

Commit 5ca5831

Browse files
committed
Update secure file for new repository
1 parent cce37e1 commit 5ca5831

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
55
echo "It's pull request!"
66
else
77
# Without snapshot
8-
openssl aes-256-cbc -K $encrypted_62bba9a47a08_key -iv $encrypted_62bba9a47a08_iv -in travis.enc -out .travis.ssh -d
8+
openssl aes-256-cbc -K $encrypted_dc194335a7ce_key -iv $encrypted_dc194335a7ce_iv -in travis.enc -out .travis.ssh -d
99
chmod 600 .travis.ssh
1010
echo -e "Host github.com\n\tStrictHostKeyChecking no\nIdentityFile .travis.ssh\n" >> ~/.ssh/config
1111
fi

travis.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)