Force trusty for Android builds (#503)

Summary:
The Android build is currently broken and this coincided with the switch from `trusty` to `xenial`.

![Screenshot 2019-07-29 15 58 46](https://user-images.githubusercontent.com/9906/62058727-c923bd80-b219-11e9-8edd-231bc700dda3.png)
(green build)

![Screenshot 2019-07-29 15 58 52](https://user-images.githubusercontent.com/9906/62058731-ca54ea80-b219-11e9-8773-29f3ff412bde.png)
(red build)

It looks like Travis messed up their provisioning profiles and is shipping non-Android images for Android build tasks. Not cool.

https://travis-ci.org/facebook/flipper/jobs/564982262
Pull Request resolved: https://github.com/facebook/flipper/pull/503

Reviewed By: danielbuechele

Differential Revision: D16542462

Pulled By: passy

fbshipit-source-id: 99878f623d912e4b9a2b72953ca479fcc6e55adf
This commit is contained in:
Pascal Hartig
2019-07-29 09:46:04 -07:00
committed by Facebook Github Bot
parent e84b03f8c3
commit 0c862e1e12

View File

@@ -81,6 +81,7 @@ matrix:
- tail -100 ./build.log
- language: android
os: linux
dist: trusty
android:
components:
- tools