diff options
author | Mohamed <mohamed@zenadi.com> | 2018-02-04 11:54:24 +0100 |
---|---|---|
committer | Mohamed <mohamed@zenadi.com> | 2018-02-04 11:54:24 +0100 |
commit | ad938504379206a5e8dc2d535cbc588e61c0e799 (patch) | |
tree | 24d17b80e076d7f340dfeb631b56445553ecfb88 | |
parent | ea1d83a5e9674174e1293036cb58767d345e0b7a (diff) |
fix travis build
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 83df291e..a8c21951 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: android jdk: oraclejdk8 +before_install: + - yes | sdkmanager "platforms;android-27" + licenses: - 'android-sdk-preview-license-.+' - 'android-sdk-license-.+' |