From adb896f2942efa980af71446845be297c513b7c7 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Sat, 3 Apr 2021 12:26:13 -0400 Subject: [PATCH] Remove usage of Travis CI --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 3a9eae6b..00000000 --- a/.travis.yml +++ /dev/null @@ -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