You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/07/16 09:26:43 UTC

[incubator-openwhisk-client-js] branch master updated: Run tests on node 8, 10, 12 (#185)

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

jamesthomas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ac9f4c  Run tests on node 8,10,12 (#185)
0ac9f4c is described below

commit 0ac9f4c5d30d80a92f26af65543cc52813bd8197
Author: Jesse MacFadyen <pu...@gmail.com>
AuthorDate: Tue Jul 16 02:26:38 2019 -0700

    Run tests on node 8,10,12 (#185)
    
    #181
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 4b7e140..7e385db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,9 @@
 
 language: node_js
 node_js:
+- '8'
 - '10'
+- '12'
 sudo: required
 services:
 - docker