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:23:13 UTC

[cordova-plugin-screen-orientation] branch raphinesse/debug-ci created (now d914b0e)

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

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


      at d914b0e  Focus CI

This branch includes the following new commits:

     new cf7eb42  Fix whitespace
     new d914b0e  Focus CI

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-plugin-screen-orientation] 02/02: Focus CI

Posted by ra...@apache.org.
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

commit d914b0eb3033f567a21ab699375b9666b3593b03
Author: Raphael von der Grün <ra...@gmail.com>
AuthorDate: Wed Nov 20 01:17:33 2019 +0100

    Focus CI
---
 .travis.yml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f22999a..24f45fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,39 +41,11 @@ _android: &_android
 
 matrix:
   include:
-    # local tests, without saucelabs
-    - env: PLATFORM=local/browser
-      <<: *_ios
-    - env: PLATFORM=local/ios-10.0
-      <<: *_ios
-
     # many tests with saucelabs
     - env: PLATFORM=browser-chrome
-    - env: PLATFORM=browser-firefox
-    - env: PLATFORM=browser-safari
-    - env: PLATFORM=browser-edge
-
-    - env: PLATFORM=ios-11.3
-      <<: *_ios
-    - env: PLATFORM=ios-12.0
-      <<: *_ios
-    - env: PLATFORM=ios-12.2
-      <<: *_ios
 
-    - env: PLATFORM=android-5.1
-      <<: *_android
-    - env: PLATFORM=android-6.0
-      <<: *_android
     - env: PLATFORM=android-7.0
       <<: *_android
-    - env: PLATFORM=android-7.1
-      <<: *_android
-    - env: PLATFORM=android-8.0
-      <<: *_android
-    - env: PLATFORM=android-8.1
-      <<: *_android
-    - env: PLATFORM=android-9.0
-      <<: *_android
 
 before_install:
   # manually install Node for `language: android`


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


[cordova-plugin-screen-orientation] 01/02: Fix whitespace

Posted by ra...@apache.org.
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

commit cf7eb421dd6ee4ca8cdf8e5133ba3d8687da461a
Author: Raphael von der Grün <ra...@gmail.com>
AuthorDate: Wed Nov 20 01:16:13 2019 +0100

    Fix whitespace
---
 .travis.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b5f1ec5..f22999a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-# This Travis configuration file is built after a Cordova Paramedic 
+# This Travis configuration file is built after a Cordova Paramedic
 # specific template with minimal modifications and adaptations:
 # https://github.com/apache/cordova-paramedic/blob/master/.travis.yml
 
@@ -40,7 +40,7 @@ _android: &_android
       - 'google-gdk-license-.+'
 
 matrix:
-  include:    
+  include:
     # local tests, without saucelabs
     - env: PLATFORM=local/browser
       <<: *_ios
@@ -77,25 +77,25 @@ matrix:
 
 before_install:
   # manually install Node for `language: android`
-  - if [[ "$PLATFORM" =~ android ]]; then nvm install $TRAVIS_NODE_VERSION; fi 
+  - if [[ "$PLATFORM" =~ android ]]; then nvm install $TRAVIS_NODE_VERSION; fi
   - node --version
   - if [[ "$PLATFORM" =~ android ]]; then gradle --version; fi
   - if [[ "$PLATFORM" =~ ios ]]; then npm install -g ios-deploy; fi
   - npm install -g cordova
   # install paramedic if not running on paramedic repo
-  - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic; fi 
+  - if ! [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then npm install -g github:apache/cordova-paramedic; fi
 
 install:
   - npm install
 
 before_script:
   - |
-    if [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then 
+    if [[ "$TRAVIS_REPO_SLUG" =~ cordova-paramedic ]]; then
       # when used in the cordova-paramedic repo
       TEST_COMMAND="npm run eslint"
       PARAMEDIC_PLUGIN_TO_TEST="./spec/testable-plugin/"
       PARAMEDIC_COMMAND="node main.js"
-    else 
+    else
       # when used in any other (plugin) repo
       TEST_COMMAND="npm test"
       PARAMEDIC_PLUGIN_TO_TEST=$(pwd)
@@ -114,6 +114,6 @@ script:
   - $TEST_COMMAND
   - 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; 
+    else
+      $PARAMEDIC_COMMAND --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