Skip to content

Commit

Permalink
fix: yaml update
Browse files Browse the repository at this point in the history
Signed-off-by: Arpit Srivastava <arpit-mac@Arpits-MacBook-Pro-6.local>
  • Loading branch information
Arpit Srivastava authored and Arpit Srivastava committed Apr 19, 2024
1 parent bf9f71b commit 00c20da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env:

before_install:
- sudo apt-get update
- pyenv global 3.8
- eval "$(pyenv init - --no-rehash)"
- python -V
- >-
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
&& openssl aes-256-cbc -K $encrypted_d4a185972ecc_key -iv $encrypted_d4a185972ecc_iv -in pdns.env.enc -out pdns.env -d || true
Expand Down

0 comments on commit 00c20da

Please sign in to comment.