Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

Commit 78e1670

Browse files
committed
derp
1 parent d2f5ead commit 78e1670

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
@@ -11,7 +11,7 @@ jdk:
1111
before_install:
1212
- export PATH=${PATH}:./vendor/bundle
1313
- "[ -z \"${encrypted_1aa506f7c7ec_iv}\" ] || openssl aes-256-cbc -K $encrypted_1aa506f7c7ec_key -iv $encrypted_1aa506f7c7ec_iv -in ./project/secrets.tar.xz.enc -out ./project/secrets.tar.xz -d"
14-
- "[ -z \"${encrypted_316f730cabee_iv}\" ] || tar xfvJ project/secrets.tar.xz -C project"
14+
- "[ -z \"${encrypted_1aa506f7c7ec_iv}\" ] || tar xfvJ project/secrets.tar.xz -C project"
1515
- git fetch --tags
1616

1717
install:

0 commit comments

Comments
 (0)