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

[cordova-windows] branch janpio-travis_windows created (now 2b01c51)

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

janpio pushed a change to branch janpio-travis_windows
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git.


      at 2b01c51  ci(travis): Add Windows image

This branch includes the following new commits:

     new 2b01c51  ci(travis): Add Windows image

The 1 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-windows] 01/01: ci(travis): Add Windows image

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

janpio pushed a commit to branch janpio-travis_windows
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git

commit 2b01c5125e95d5d257da6716b3bd407e13f110d1
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jul 3 14:41:33 2019 +0200

    ci(travis): Add Windows image
---
 .travis.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dd562ab..642116b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
-language: node_js
 sudo: false
+language: node_js
 
 git:
   depth: 10
@@ -9,6 +9,11 @@ node_js:
   - 8
   - 10
   - 12
+  
+matrix:
+  - include:
+    - os: windows
+    - os: linux
 
 install:
   - npm install


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