diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 03e116d..b40849e 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -35,8 +35,6 @@ jobs: config: - image: "alpine" tag: "latest" - - image: "alpine" - tag: "edge" - image: "centos" tag: "7" - image: "centos" diff --git a/.travis.yml b/.travis.yml index b90feaf..2eb812c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ env: namespace="robertdebock" jobs: - image="alpine" tag="latest" - - image="alpine" tag="edge" - image="centos" tag="7" - image="centos" tag="latest" - image="debian" tag="latest"