You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/12/21 01:06:38 UTC

[1/3] cordova-browser git commit: CB-12114: added travis and appveyor files

Repository: cordova-browser
Updated Branches:
  refs/heads/master 6c3f0833b -> 61f71c769


CB-12114: added travis and appveyor files


Project: http://git-wip-us.apache.org/repos/asf/cordova-browser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-browser/commit/3294699d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-browser/tree/3294699d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-browser/diff/3294699d

Branch: refs/heads/master
Commit: 3294699d124fbe2cb0f7b324c63a26cf00ac63a9
Parents: 6c3f083
Author: Sterling <st...@gmail.com>
Authored: Mon Dec 19 11:06:57 2016 -0800
Committer: Sterling <st...@gmail.com>
Committed: Mon Dec 19 14:03:59 2016 -0800

----------------------------------------------------------------------
 .travis.yml  |  5 +++++
 README.md    |  3 ++-
 appveyor.yml | 40 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/3294699d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 4794ae8..7eb292d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,14 @@ sudo: false
 node_js:
   - "0.10"
   - "0.12"
+  - "4"
+  - "6"
 install:
   - npm install
+  - npm install -g codecov
 script:
   - node --version
   - npm --version
   - npm test
+after_script:
+  - codecov

http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/3294699d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 186c2b7..37737d0 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@
 #
 -->
 
-[![Build Status](https://travis-ci.org/apache/cordova-browser.svg)](https://travis-ci.org/apache/cordova-browser)
+[![Build status](https://ci.appveyor.com/api/projects/status/19h1fq0lyvwtei05/branch/master)](https://ci.appveyor.com/project/Humbedooh/cordova-windows/branch/master)
+[![Build Status](https://travis-ci.org/apache/cordova-windows.svg?branch=master)](https://travis-ci.org/apache/cordova-windows)
 
 # Cordova Browser
 

http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/3294699d/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..8ce94b7
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,40 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+
+# appveyor file
+# http://www.appveyor.com/docs/appveyor-yml
+
+environment:
+  matrix:
+  - nodejs_version: "0.10"
+  - nodejs_version: "0.12"
+  - nodejs_version: "4"
+  - nodejs_version: "6"
+
+install:
+  - ps: Install-Product node $env:nodejs_version
+  - npm install
+
+build: off
+
+test_script:
+  - node --version
+  - npm --version
+  - msbuild /version
+  - npm test
\ No newline at end of file


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


[3/3] cordova-browser git commit: removed codecov from travis.yml

Posted by st...@apache.org.
removed codecov from travis.yml

 This closes #26


Project: http://git-wip-us.apache.org/repos/asf/cordova-browser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-browser/commit/61f71c76
Tree: http://git-wip-us.apache.org/repos/asf/cordova-browser/tree/61f71c76
Diff: http://git-wip-us.apache.org/repos/asf/cordova-browser/diff/61f71c76

Branch: refs/heads/master
Commit: 61f71c7695e14bc1bbcf0718e75f4b7987738da6
Parents: b53bb3d
Author: Sterling <st...@gmail.com>
Authored: Tue Dec 20 14:32:27 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 20 17:06:19 2016 -0800

----------------------------------------------------------------------
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/61f71c76/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7eb292d..d9c6cdd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,10 +7,8 @@ node_js:
   - "6"
 install:
   - npm install
-  - npm install -g codecov
 script:
   - node --version
   - npm --version
   - npm test
-after_script:
-  - codecov
+


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


[2/3] cordova-browser git commit: updated with badge links provided by infra

Posted by st...@apache.org.
updated with badge links provided by infra


Project: http://git-wip-us.apache.org/repos/asf/cordova-browser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-browser/commit/b53bb3da
Tree: http://git-wip-us.apache.org/repos/asf/cordova-browser/tree/b53bb3da
Diff: http://git-wip-us.apache.org/repos/asf/cordova-browser/diff/b53bb3da

Branch: refs/heads/master
Commit: b53bb3da216860c2686fdc82ac4dfb8146d06fe8
Parents: 3294699
Author: Sterling <st...@gmail.com>
Authored: Tue Dec 20 14:06:12 2016 -0800
Committer: Sterling <st...@gmail.com>
Committed: Tue Dec 20 14:06:12 2016 -0800

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/b53bb3da/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 37737d0..ea84fe7 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@
 #
 -->
 
-[![Build status](https://ci.appveyor.com/api/projects/status/19h1fq0lyvwtei05/branch/master)](https://ci.appveyor.com/project/Humbedooh/cordova-windows/branch/master)
-[![Build Status](https://travis-ci.org/apache/cordova-windows.svg?branch=master)](https://travis-ci.org/apache/cordova-windows)
+[![Build status](https://travis-ci.org/apache/cordova-browser.svg?branch=master )](https://travis-ci.org/apache/cordova-browser.svg?branch=master )
+[![Build Status](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)](https://ci.appveyor.com/api/projects/status/4oan2jjn7nlgfay3/branch/master?svg=true)
 
 # Cordova Browser
 


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