Skip to content

Commit aebac41

Browse files
committed
update release install
1 parent 20bc2fb commit aebac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cache:
2222
before_install:
2323
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] ; then
2424
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 ../;
25+
cd config; tar xvf config.tar; rm -rf config.tar; cd ../;
2626
fi
2727

2828
jobs:

0 commit comments

Comments
 (0)