We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce37e1 commit 5ca5831Copy full SHA for 5ca5831
.travis/before_install.sh
@@ -5,7 +5,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
5
echo "It's pull request!"
6
else
7
# Without snapshot
8
- openssl aes-256-cbc -K $encrypted_62bba9a47a08_key -iv $encrypted_62bba9a47a08_iv -in travis.enc -out .travis.ssh -d
+ openssl aes-256-cbc -K $encrypted_dc194335a7ce_key -iv $encrypted_dc194335a7ce_iv -in travis.enc -out .travis.ssh -d
9
chmod 600 .travis.ssh
10
echo -e "Host github.com\n\tStrictHostKeyChecking no\nIdentityFile .travis.ssh\n" >> ~/.ssh/config
11
fi
travis.enc
0 Bytes
0 commit comments