You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by kn...@apache.org on 2019/03/07 03:42:29 UTC

[cordova-plugin-file] branch travis_tests created (now f6b6d37)

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

knaito pushed a change to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git.


      at f6b6d37  temporary console.log are added

This branch includes the following new commits:

     new 6825f15  travis settings for browser-safari
     new e70b8c8  rename trvis setting file for browser-safari
     new d4f0034  rename travis setting file pr/browser-safari
     new 3f00f78  use node version 8
     new f6b6d37  temporary console.log are added

The 5 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-file] 01/05: travis settings for browser-safari

Posted by kn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

knaito pushed a commit to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git

commit 6825f1516b8b31c8e0585b6738b0751913a3190e
Author: knaito <kn...@asial.co.jp>
AuthorDate: Thu Mar 7 11:31:41 2019 +0900

    travis settings for browser-safari
---
 pr/browser-safari.config.json | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pr/browser-safari.config.json b/pr/browser-safari.config.json
new file mode 100644
index 0000000..f4cc04d
--- /dev/null
+++ b/pr/browser-safari.config.json
@@ -0,0 +1,8 @@
+{
+    "platform": "browser",
+    "action": "run",
+    "cleanUpAfterRun": true,
+    "verbose": true,
+    "sauceDeviceName": "safari",
+    "saucePlatformVersion": "12.0"
+}


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


[cordova-plugin-file] 04/05: use node version 8

Posted by kn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

knaito pushed a commit to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git

commit 3f00f786cb531f5597af629b5a26c59396596d60
Author: knaito <kn...@asial.co.jp>
AuthorDate: Thu Mar 7 12:29:33 2019 +0900

    use node version 8
---
 .travis.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index df1af6a..8b1efd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,25 +11,25 @@ matrix:
   - env: PLATFORM=browser-firefox
     os: linux
     language: node_js
-    node_js: '4.2'
+    node_js: '8'
   - env: PLATFORM=browser-safari
     os: linux
     language: node_js
-    node_js: '4.2'
+    node_js: '8'
   - env: PLATFORM=browser-edge
     os: linux
     language: node_js
-    node_js: '4.2'
+    node_js: '8'
   - env: PLATFORM=ios-9.3
     os: osx
     osx_image: xcode7.3
     language: node_js
-    node_js: '4.2'
+    node_js: '8'
   - env: PLATFORM=ios-10.0
     os: osx
     osx_image: xcode7.3
     language: node_js
-    node_js: '4.2'
+    node_js: '8'
   - env: PLATFORM=android-4.4
     os: linux
     language: android


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


[cordova-plugin-file] 05/05: temporary console.log are added

Posted by kn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

knaito pushed a commit to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git

commit f6b6d3793d2d6dbed49bddc21c7a17b87d92d16c
Author: knaito <kn...@asial.co.jp>
AuthorDate: Thu Mar 7 12:42:11 2019 +0900

    temporary console.log are added
---
 tests/tests.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/tests.js b/tests/tests.js
index a9ae20a..a07fdac 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -313,6 +313,8 @@ exports.defineAutoTests = function () {
                         deleteEntry(fileName, done);
                     };
                     createFile(fileName, function (entry) {
+                        console.log('----- entry.toURL() ----');
+                        console.log(entry.toURL());
                         window.resolveLocalFileSystemURL(entry.toURL(), win, failed.bind(null, done, 'window.resolveLocalFileSystemURL - Error resolving file URL: ' + entry.toURL()));
                     }, failed.bind(null, done, 'createFile - Error creating file: ' + fileName), failed.bind(null, done, 'createFile - Error creating file: ' + fileName));
                 });


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


[cordova-plugin-file] 02/05: rename trvis setting file for browser-safari

Posted by kn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

knaito pushed a commit to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git

commit e70b8c8f3f6a6f88560cda6e7c83961eb347e322
Author: knaito <kn...@asial.co.jp>
AuthorDate: Thu Mar 7 11:48:06 2019 +0900

    rename trvis setting file for browser-safari
---
 pr/{browser-safari.config.json => browser-safari} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/pr/browser-safari.config.json b/pr/browser-safari
similarity index 100%
rename from pr/browser-safari.config.json
rename to pr/browser-safari


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


[cordova-plugin-file] 03/05: rename travis setting file pr/browser-safari

Posted by kn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

knaito pushed a commit to branch travis_tests
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git

commit d4f00345f1fa00ba9ef9c9eafa66d9a359ae9ce8
Author: knaito <kn...@asial.co.jp>
AuthorDate: Thu Mar 7 12:09:15 2019 +0900

    rename travis setting file pr/browser-safari
---
 pr/{browser-safari => browser-safari.json} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/pr/browser-safari b/pr/browser-safari.json
similarity index 100%
rename from pr/browser-safari
rename to pr/browser-safari.json


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