You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/05/07 19:54:24 UTC

[incubator-openwhisk-apigateway] branch master updated: updated ansible version for travis/setup.sh (#295)

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

mrutkowski 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 d3347ba  updated ansible version for travis/setup.sh (#295)
d3347ba is described below

commit d3347ba49a775c9a2a5c3991fbb74151fd344a16
Author: ddragosd <dd...@gmail.com>
AuthorDate: Mon May 7 12:54:22 2018 -0700

    updated ansible version for travis/setup.sh (#295)
---
 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 173853e..1358ef1 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.4.2.0
+pip install --user ansible==2.5.0
 
 # jshint support
 sudo apt-get -y install nodejs npm

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