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:09:45 UTC

[cordova-paramedic] branch erisu-config-test updated: Test one previous release

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 fe8c49d  Test one previous release
fe8c49d is described below

commit fe8c49d97e7f15ba711d4d4b591ef6b75d503eb2
Author: エリス <el...@gmail.com>
AuthorDate: Fri Apr 26 16:09:29 2019 +0900

    Test one previous release
---
 .travis.yml                       | 7 +++++--
 conf/pr/local/ios-9.3.config.json | 3 +--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 78ce0dc..e81cafe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,8 +37,11 @@ _android: &_android
 
 matrix:
   include:
-    # one local test, without saucelabs
-    - env: PLATFORM=local
+    # Local test, without saucelabs (One current and one previous release)
+    - env: PLATFORM=local/ios-9.3
+      <<: *_ios
+      osx_image: xcode9.4
+    - env: PLATFORM=local/ios-10.0
       <<: *_ios
 
     # many tests with saucelabs
diff --git a/conf/pr/local/ios-9.3.config.json b/conf/pr/local/ios-9.3.config.json
index 693bda0..b405621 100644
--- a/conf/pr/local/ios-9.3.config.json
+++ b/conf/pr/local/ios-9.3.config.json
@@ -1,6 +1,5 @@
 {
-    "platform": "ios@4.5.5",
-    "args": "--buildFlag='-UseModernBuildSystem=0'",
+    "platform": "ios@4.x",
     "action": "run",
     "cleanUpAfterRun": true,
     "target": "iPhone-SE, 9.3",


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