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

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


The following commit(s) were added to refs/heads/master by this push:
     new 46e73a5  change travis config from nodejs 6 to nodejs 10 (#69)
46e73a5 is described below

commit 46e73a56723fd24249ff41bedf7895e863bece9e
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 27 10:56:32 2020 -0500

    change travis config from nodejs 6 to nodejs 10 (#69)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7559d5b..bfb4cd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@
 
 language: node_js
 node_js:
-  - 6
+  - 10
 services:
   - docker
 

Reply via email to