We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bc2fb commit aebac41Copy full SHA for aebac41
.travis.yml
@@ -22,7 +22,7 @@ cache:
22
before_install:
23
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] ; then
24
openssl aes-256-cbc -K $encrypted_f13efdfcd46f_key -iv $encrypted_f13efdfcd46f_iv -in config.tar.enc -out ./config/config.tar -d;
25
- cd config; tar xvf config.tar; cd ../;
+ cd config; tar xvf config.tar; rm -rf config.tar; cd ../;
26
fi
27
28
jobs:
0 commit comments