From ef741eefa1e9238113bb4c2513231f4e940e8898 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 31 May 2021 10:39:26 +0200 Subject: [PATCH] Remove unwanted files. --- .travis.yml-e | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .travis.yml-e diff --git a/.travis.yml-e b/.travis.yml-e deleted file mode 100644 index 21201e1..0000000 --- a/.travis.yml-e +++ /dev/null @@ -1,30 +0,0 @@ ---- -# -# Ansible managed -# -language: python - -os: linux -dist: xenial - -python: - - "3.9" - -services: - - docker - -cache: - - pip - -install: - - pip install --upgrade pip - - pip install yamllint - - pip install ansible-lint - -script: - - yamllint . - - ansible-lint - -notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ - email: false