From e388c75452788160501735a965ada9003e2a7dcb Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 4 May 2015 05:49:28 +0200 Subject: update travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4f147a61..a2959e0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ android: components: - platform-tools - tools + - build-tools-22.0.1 - build-tools-21.1.2 - build-tools-19.1.0 - - android-21 + - android-22 - extra-android-m2repository -- cgit v1.2.3 From 4cc48f01df004af8060061b87bbfe49bb258edf6 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 24 Aug 2015 11:26:17 +0200 Subject: update travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a2959e0a..07f187fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ android: components: - platform-tools - tools - - build-tools-22.0.1 - - build-tools-21.1.2 - - build-tools-19.1.0 - - android-22 + - build-tools-23.0.0 + - android-23 - extra-android-m2repository -- cgit v1.2.3 From 97c28b13a644ddd7fa1b71fde2fa9f42d7de868d Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 24 Aug 2015 11:32:21 +0200 Subject: add the the previously deleted build-tools. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 07f187fa..7c1c6844 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,8 @@ android: - platform-tools - tools - build-tools-23.0.0 + - build-tools-22.0.1 + - build-tools-21.1.2 + - build-tools-19.1.0 - android-23 - extra-android-m2repository -- cgit v1.2.3 From efc8fc5353fefca22e41f0ce25fc167fc287bd3f Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Sat, 19 Sep 2015 17:28:59 +0200 Subject: update build tools --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7c1c6844..4a2473ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ android: components: - platform-tools - tools + - build-tools-23.0.1 - build-tools-23.0.0 - build-tools-22.0.1 - build-tools-21.1.2 -- cgit v1.2.3 From 312387d844e74d4d9dc1ba18121871d4ae16315d Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 7 Dec 2015 13:26:01 +0100 Subject: add new build-tools version to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4a2473ca..2930c250 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ android: components: - platform-tools - tools + - build-tools-23.0.2 - build-tools-23.0.1 - build-tools-23.0.0 - build-tools-22.0.1 -- cgit v1.2.3 From bac249c8ddb4d1406e3910a7f36b6c07297d8fca Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 12 Feb 2016 12:06:35 +0100 Subject: add play services to travis config --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2930c250..0b3dd195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,7 @@ android: - build-tools-19.1.0 - android-23 - extra-android-m2repository + - extra-google-m2repository + - extra-google-google_play_services + licenses: + - '.+' -- cgit v1.2.3 From 4a9753bebcbd966c9351379dfe4b886e41e8ac7a Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 23 Feb 2016 09:29:18 +0100 Subject: tell travis to build free version --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0b3dd195..a055015e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,5 @@ android: - extra-google-google_play_services licenses: - '.+' +scrpit: + - TERM=dumb./gradlew assembleFreeRelease -- cgit v1.2.3 From f1c947f0d6c729d13165814cfa10892d7b0787ee Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 23 Feb 2016 11:20:44 +0100 Subject: fixed formating in travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a055015e..09f7c5ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ android: licenses: - '.+' scrpit: - - TERM=dumb./gradlew assembleFreeRelease + - ./gradlew assembleFreeRelease -- cgit v1.2.3 From 7f45e210af35bbabc9b5b26a41c984d3b0de2288 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 23 Feb 2016 13:54:24 +0100 Subject: fixed typo in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 09f7c5ea..e26ccaa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,5 @@ android: - extra-google-google_play_services licenses: - '.+' -scrpit: +script: - ./gradlew assembleFreeRelease -- cgit v1.2.3 From ad063d00ccbfc4a9c72c707d11b13a2da0912d28 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 23 Feb 2016 14:25:13 +0100 Subject: disable predexing on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e26ccaa4..82531aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ android: licenses: - '.+' script: - - ./gradlew assembleFreeRelease + - ./gradlew assembleFreeRelease -PdisablePreDex -- cgit v1.2.3 From 20eebe638be483d11f984fc53ed4b594c350a86f Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 23 Feb 2016 14:33:03 +0100 Subject: Revert "disable predexing on travis" This reverts commit ad063d00ccbfc4a9c72c707d11b13a2da0912d28. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 82531aa0..e26ccaa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ android: licenses: - '.+' script: - - ./gradlew assembleFreeRelease -PdisablePreDex + - ./gradlew assembleFreeRelease -- cgit v1.2.3