You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2017/10/20 06:00:14 UTC

cordova-plugin-contacts git commit: CB-13472: (CI) Fixed Travis Android builds again

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master e47d53bb0 -> 579c89ef7


CB-13472: (CI) Fixed Travis Android builds again


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/579c89ef
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/579c89ef
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/579c89ef

Branch: refs/heads/master
Commit: 579c89ef7c810d2b6d68892c7ffd00ff5cdb6186
Parents: e47d53b
Author: Alexander Sorokin <v-...@microsoft.com>
Authored: Fri Oct 20 08:58:25 2017 +0300
Committer: Alexander Sorokin <v-...@microsoft.com>
Committed: Fri Oct 20 08:58:25 2017 +0300

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/579c89ef/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 508251e..70ebd8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,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;
+- if [[ "$PLATFORM" =~ android ]]; then echo y | android update sdk -u --filter android-22,android-23,android-24,android-25,android-26;
   fi
 - git clone https://github.com/apache/cordova-paramedic /tmp/paramedic && pushd /tmp/paramedic
   && npm install && popd


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org