Set up for automatic snapshot publishing

Summary:
Gets all the pieces in place to automatically publish snapshot artifacts after
successful travis build.

I'll test the actual publishing in a separate branch and then flip the switch in
a separate diff when it's ready.

Reviewed By: emilsjolander

Differential Revision: D5028239

fbshipit-source-id: c57d02a1dee41c84001bd17821b050c8c9aa4134
This commit is contained in:
Pascal Hartig
2017-05-09 08:48:47 -07:00
committed by Facebook Github Bot
parent ae33c6c19c
commit c3982b6c1e
3 changed files with 27 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ env:
- TARGET=android
before_install:
- openssl aes-256-cbc -K $encrypted_d27e803291ff_key -iv $encrypted_d27e803291ff_iv -in scripts/setup-keys.enc -d >> gradle.properties
- brew update > /dev/null
- brew install --HEAD facebook/fb/buck