travis.yml: decrypt analytics JSON.
This commit is contained in:
parent
18f62b5110
commit
eff9de56a6
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ before_install:
|
|||
|
||||
before_script:
|
||||
- travis_retry git clone https://$GITHUB_TOKEN@github.com/Homebrew/formulae.brew.sh
|
||||
- openssl aes-256-cbc -K $encrypted_973277d8afbb_key -iv $encrypted_973277d8afbb_iv -in formulae.brew.sh/.homebrew_analytics.json.enc -out formulae.brew.sh/.homebrew_analytics.json -d
|
||||
|
||||
|
||||
script:
|
||||
- cd formulae.brew.sh && rake
|
||||
|
|
Loading…
Reference in a new issue