Force trusty for Android builds (#503)
Summary: The Android build is currently broken and this coincided with the switch from `trusty` to `xenial`.  (green build)  (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:
committed by
Facebook Github Bot
parent
e84b03f8c3
commit
0c862e1e12
@@ -81,6 +81,7 @@ matrix:
|
||||
- tail -100 ./build.log
|
||||
- language: android
|
||||
os: linux
|
||||
dist: trusty
|
||||
android:
|
||||
components:
|
||||
- tools
|
||||
|
||||
Reference in New Issue
Block a user