You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/03/04 21:31:51 UTC

[openwhisk-wskdebug] branch master updated: run npm test in matrix for node 8, 10, 12 (#13)

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git


The following commit(s) were added to refs/heads/master by this push:
     new 73014c4  run npm test in matrix for node 8,10,12 (#13)
73014c4 is described below

commit 73014c41425fa207d6bf93ee3ae7f8ebfac38ed0
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Wed Mar 4 16:31:44 2020 -0500

    run npm test in matrix for node 8,10,12 (#13)
---
 .travis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9bfe740..f97c220 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,9 @@
 
 language: node_js
 node_js:
+  - 8
   - 10
+  - 12
 services:
   - docker
 
@@ -31,8 +33,5 @@ notifications:
 before_install:
   - ./travis/scancode.sh
 
-before_script:
-  - echo "Placeholder setup script"
-
 script:
-  - echo "Placeholder testing script"
+  - npm test -- -v