aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Williams <christianw@google.com>2017-04-04 13:35:08 -0700
committerChristian Williams <christianw@google.com>2017-04-04 14:01:45 -0700
commit8e9e0ae96fdff8d4d6caba8e0f98aeeb61f8b286 (patch)
tree659cf5fa9c36f462311c499ff0526adde2b81a7b /.travis.yml
parent65bc4e7f4fda6e13443ab53820f736e4129edbbc (diff)
downloadrobolectric-shadows-8e9e0ae96fdff8d4d6caba8e0f98aeeb61f8b286.tar.gz
Aggregate all test results and upload to S3.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd131b767..6905fcaea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,3 +47,16 @@ cache:
directories:
- $HOME/.m2
- $HOME/.gradle
+
+deploy:
+ provider: s3
+ access_key_id: AKIAIYSWQCNR2HRSMA3Q
+ secret_access_key:
+ secure: XLa8jI7kH7W8nxt60HrFwPvGwALfC5xfiQxamuX3ZONF+YVrE7Fp6Ms0v7Z5I7w8TGNeqSld70hRTZG/k8/eV7wTI+eDcyi1URo3t76OvPV8JxrXgLCtl/yzJgqPuA8RwXZMtcPb0cbEttuPAHyiS3St5Q4Llda9ge20qMJ2yds=
+ bucket: robolectric
+ acl: public_read
+ upload-dir: test-results
+ local_dir: build/reports/allTests
+ skip_cleanup: true
+ on:
+ all_branches: true \ No newline at end of file