From a74acef1f5eec42ba28b434688c32a0d1bf38b01 Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Tue, 20 Jun 2017 10:46:42 +0800 Subject: [PATCH] updated travis config --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92028085f..ec8dc74e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,15 +7,16 @@ jdk: oraclejdk8 android: components: - tools - - tools-26.0.2 # To fix https://github.com/travis-ci/travis-ci/issues/6040 + - tools # To fix https://github.com/travis-ci/travis-ci/issues/6040 + - tools-26.0.2 - platform-tools-26.0.0 - build-tools-26.0.0 - android-26 # Additional components - - extra-google-google_play_services - - extra-google-m2repository - - extra-android-m2repository + - extra-google-google_play_services-41 + - extra-google-m2repository-54 + - extra-android-m2repository-47.0.0 licenses: - 'android-sdk-preview-license-.+'