From 27b0e397bc899f420e6af9e7fefe444c36a3c67a Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Mon, 8 Apr 2019 23:12:49 -0700 Subject: [PATCH] add android-28 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2c855f..bc9ae60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ before_install: - node --version - if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi - - if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27; fi + - if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26,android-27,android-28; fi - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git - npm install -g cordova