From 989df66d18707211dcf4e8a088abe563538eafa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 2 Nov 2015 18:12:05 +0100 Subject: Add travis components for SDK 23 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e4433144b..74ea7a58d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,12 @@ sudo: false # - ADB_INSTALL_TIMEOUT=8 # minutes (2 minutes by default) android: components: + - build-tools-23.0.1 - build-tools-22.0.1 - build-tools-21.1.2 - build-tools-21.1.1 - build-tools-19.1.0 + - android-23 - android-22 - android-21 - android-19 -- cgit v1.2.3