Merge pull request #168 from shanemcd/goodbye-travis

Remove usage of Travis CI
This commit is contained in:
Shane McDonald
2021-04-03 12:35:51 -04:00
committed by GitHub

View File

@@ -1,19 +0,0 @@
---
services: docker
language: python
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
env:
- DOCKER_API_VERSION=1.38
install:
- pip3 install docker molecule molecule-docker yamllint ansible-lint openshift jmespath ansible
- ansible-galaxy collection install community.kubernetes operator_sdk.util
script:
- MOLECULE_VERBOSITY=3 molecule test -s test-local