From 0c862e1e126dbc47109d3f2032488c7ffab315da Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 29 Jul 2019 09:46:04 -0700 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f16c758c5..a7e79df2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,7 @@ matrix: - tail -100 ./build.log - language: android os: linux + dist: trusty android: components: - tools