Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit 35055c4

Browse files
Merge pull request #76 from geerlingguy/fix-memcached-example
Adjust Travisfile to install required jmespath dependency per operator-sdk #2023.
2 parents 22fef73 + 2a5a6f3 commit 35055c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/memcached-operator/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ sudo: required
22
services: docker
33
language: python
44
install:
5-
- pip3 install docker molecule openshift
5+
- pip3 install docker molecule openshift jmespath
66
script:
77
- molecule test -s test-local

0 commit comments

Comments
 (0)