Skip to content

Commit

Permalink
Issue #1: Tests failing because of missing jmespath library.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 29, 2019
1 parent 3dde576 commit 25eeb22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services: docker
language: python

install:
- pip install docker molecule openshift
- pip install docker molecule openshift jmespath

script:
- molecule test -s test-local
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Drupal Operator for Kubernetes

[![Build Status](https://travis-ci.com/geerlingguy/drupal-operator.svg?branch=master)](https://travis-ci.com/geerlingguy/drupal-operator)

Built with the [Operator SDK](https://github.com/operator-framework/operator-sdk).

TODO.

0 comments on commit 25eeb22

Please sign in to comment.