From 7936e7ea549a76b39dcd35239c38d56bf0b101aa Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Tue, 18 Jun 2019 15:44:40 +0200 Subject: [PATCH] ci(travis): Remove Android 4.4, Add Android 9.0 --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2f44f9..57f7973 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ +# This Travis configuration file is built after a Cordova Paramedic +# specific template with minimal modifications and adaptations: +# https://github.com/apache/cordova-paramedic/blob/master/.travis.yml + sudo: false addons: @@ -60,8 +64,6 @@ matrix: - env: PLATFORM=ios-12.2 <<: *_ios - - env: PLATFORM=android-4.4 - <<: *_android - env: PLATFORM=android-5.1 <<: *_android - env: PLATFORM=android-6.0 @@ -74,6 +76,8 @@ matrix: <<: *_android - env: PLATFORM=android-8.1 <<: *_android + - env: PLATFORM=android-9.0 + <<: *_android before_install: # manually install Node for `language: android`