You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/04/26 07:49:47 UTC

[cordova-paramedic] branch erisu-config-test updated: Update Travis CI Test Script Execution

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

erisu pushed a commit to branch erisu-config-test
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/erisu-config-test by this push:
     new 06f1a74  Update Travis CI Test Script Execution
06f1a74 is described below

commit 06f1a743a7d624adeb782c5ecd678aadcaf3c1e4
Author: エリス <el...@gmail.com>
AuthorDate: Fri Apr 26 16:49:31 2019 +0900

    Update Travis CI Test Script Execution
---
 .travis.yml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e81cafe..8743c55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,7 +86,10 @@ install:
   - npm install
 
 script:
-  - if [[ "$PLATFORM" =~ local ]]; then npm run test-browser; fi
-  - if [[ "$PLATFORM" =~ local ]]; then npm run test-ios; fi
-  - if [[ "$PLATFORM" =~ TODO ]]; then npm run test-android; fi
-  - if [[ "$PLATFORM" != local ]]; then node main.js --config ./pr/$PLATFORM --plugin ./spec/testable-plugin/ --shouldUseSauce --buildName travis-paramedic-$TRAVIS_JOB_NUMBER; fi
+  - if [[ "$PLATFORM" =~ local ]]; then
+      node main.js --config ./pr/$PLATFORM --plugin ./spec/testable-plugin/ --buildName travis-paramedic-$TRAVIS_JOB_NUMBER;
+    fi
+
+  - if [[ "$PLATFORM" != local* ]]; then 
+      node main.js --config ./pr/$PLATFORM --plugin ./spec/testable-plugin/ --buildName travis-paramedic-$TRAVIS_JOB_NUMBER --shouldUseSauce;
+    fi


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