Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 0364bf5

Browse files
committed
Minor CI fix
1 parent a89bd92 commit 0364bf5

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
@@ -21,7 +21,7 @@ matrix:
2121

2222
before_install:
2323
- openssl aes-256-cbc -K $encrypted_f21abcc37842_key -iv $encrypted_f21abcc37842_iv
24-
-in secrets.tar.enc -out secrets.tar -d
24+
-in .travis/secrets.tar.enc -out .travis/secrets.tar -d
2525
- phpenv config-rm xdebug.ini
2626
- travis_retry composer self-update
2727

0 commit comments

Comments
 (0)