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

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

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/master ab6535f87 -> 205eb42bb


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/205eb42b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/205eb42b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/205eb42b

Branch: refs/heads/master
Commit: 205eb42bbe9b5822f498195bfed2e36d59040f0d
Parents: ab6535f
Author: Alexander Sorokin <v-...@microsoft.com>
Authored: Fri Oct 20 08:59:13 2017 +0300
Committer: Alexander Sorokin <v-...@microsoft.com>
Committed: Fri Oct 20 08:59:13 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/205eb42b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bc2fcd4..0798f07 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