You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2018/04/04 15:40:21 UTC

[incubator-openwhisk-apigateway] branch master updated: Update ansible version (#287)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6587ad6  Update ansible version (#287)
6587ad6 is described below

commit 6587ad60702bca3adeff45fff2db3f3ed0a46863
Author: Mark Deuser <md...@us.ibm.com>
AuthorDate: Wed Apr 4 11:40:19 2018 -0400

    Update ansible version (#287)
---
 tools/travis/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh
index b0378c5..173853e 100755
--- a/tools/travis/setup.sh
+++ b/tools/travis/setup.sh
@@ -36,7 +36,7 @@ pip install --user jsonschema
 pip install --user couchdb
 
 # Ansible
-pip install --user ansible==2.3.0.0
+pip install --user ansible==2.4.2.0
 
 # jshint support
 sudo apt-get -y install nodejs npm

-- 
To stop receiving notification emails like this one, please contact
houshengbo@apache.org.