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

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 5, 2018
1 parent d2f5ead commit 78e1670
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 @@ -11,7 +11,7 @@ jdk:
before_install:
- export PATH=${PATH}:./vendor/bundle
- "[ -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"
- "[ -z \"${encrypted_316f730cabee_iv}\" ] || tar xfvJ project/secrets.tar.xz -C project"
- "[ -z \"${encrypted_1aa506f7c7ec_iv}\" ] || tar xfvJ project/secrets.tar.xz -C project"
- git fetch --tags

install:
Expand Down

0 comments on commit 78e1670

Please sign in to comment.