From 0d1391c04050eb2cf9ba447a6c8db1c1b10feb2d Mon Sep 17 00:00:00 2001 From: Jing Ping Date: Wed, 22 May 2019 10:22:17 -0700 Subject: [PATCH] Update .travis.yml (#561) Summary: Thanks for proposing a pull request. To help us review the request, please complete the following: - [x] sign contributor license agreement: https://developers.facebook.com/opensource/cla - [x] submit against our `master`. - [x] describe the change (for example, what happens before the change, and after the change) Pull Request resolved: https://github.com/facebook/facebook-android-sdk/pull/561 Reviewed By: stoyan Differential Revision: D15446847 Pulled By: jingping2015 fbshipit-source-id: 70e984096dadaf774f9a871df3360c01a3f0f103 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 85b05d3be9..c50406d245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ licenses: - android-sdk-license-.+ - google-gdk-license-.+ +dist: trusty before_install: - yes | sdkmanager "platforms;android-27"