You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/20 00:25:09 UTC

[cordova-plugin-screen-orientation] branch raphinesse/debug-ci updated: Try with Appium 1.13.0

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch raphinesse/debug-ci
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git


The following commit(s) were added to refs/heads/raphinesse/debug-ci by this push:
     new 5011c7b  Try with Appium 1.13.0
5011c7b is described below

commit 5011c7b4dce9453c7f02f0fa7b2845a519b50a9f
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Wed Nov 20 01:23:57 2019 +0100

    Try with Appium 1.13.0
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 24f45fb..bba6c82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,5 +87,5 @@ script:
   - if [[ "$ADDITIONAL_TESTS_DIR" != "" ]]; then
       cd $ADDITIONAL_TESTS_DIR && npm install && npm test;
     else
-      $PARAMEDIC_COMMAND --config ./pr/$PLATFORM --plugin $PARAMEDIC_PLUGIN_TO_TEST --buildName $PARAMEDIC_BUILDNAME;
+      $PARAMEDIC_COMMAND --sauceAppiumVersion 1.13.0 --config ./pr/$PLATFORM --plugin $PARAMEDIC_PLUGIN_TO_TEST --buildName $PARAMEDIC_BUILDNAME;
     fi


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