You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/04/18 07:26:02 UTC

[openwhisk-wskdebug] branch travis-win-osx created (now abb4882)

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

alexkli pushed a change to branch travis-win-osx
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git.


      at abb4882  add windows and osx to travis build matrix

This branch includes the following new commits:

     new abb4882  add windows and osx to travis build matrix

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.



[openwhisk-wskdebug] 01/01: add windows and osx to travis build matrix

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

alexkli pushed a commit to branch travis-win-osx
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git

commit abb488258f2f35903acf0635533936b920dc7dfe
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Sat Apr 18 00:25:27 2020 -0700

    add windows and osx to travis build matrix
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index b40fadb..2b8b085 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@
 #
 
 language: node_js
+os:
+  - linux
+  - windows
+  - osx
 node_js:
   - 10
   - 12