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

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

Repository: cordova-plugin-device-orientation
Updated Branches:
  refs/heads/master b6f834e2f -> afba20b1b


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/afba20b1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/afba20b1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/afba20b1

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

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/afba20b1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 19c58a2..09eccfa 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