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:03 UTC

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

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