Skip to content

Commit

Permalink
fix missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
OutOfBedlam committed May 29, 2019
1 parent 1b18f0b commit 5cfe022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_cache:
before_install:
- |
if [[ $TRAVIS_PULL_REQUEST == false ]]; then
openssl aes-256-cbc -K $encrypted_8c6acfc3758c_key -iv $encrypted_8c6acfc3758c_iv -in secrets.tar.enc -out local.secrets.tar -d;
openssl aes-256-cbc -K $encrypted_8c6acfc3758c_key -iv $encrypted_8c6acfc3758c_iv -in travis/secrets.tar.enc -out travis/local.secrets.tar -d;
tar xv -C travis -f travis/local.secrets.tar;
fi
after_success:
Expand Down

0 comments on commit 5cfe022

Please sign in to comment.