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:02 UTC

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

Repository: cordova-plugin-console
Updated Branches:
  refs/heads/master 14d96648c -> 863340b69


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/863340b6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/863340b6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/863340b6

Branch: refs/heads/master
Commit: 863340b69e9b11bd6d1b3f6d1c110de46ccbe360
Parents: 14d9664
Author: Alexander Sorokin <v-...@microsoft.com>
Authored: Fri Oct 20 08:58:18 2017 +0300
Committer: Alexander Sorokin <v-...@microsoft.com>
Committed: Fri Oct 20 08:58:18 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/863340b6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 684e76e..897dbe9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,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