From afd916e45fddcd64da6a41675204b6968fe7c26f Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Thu, 10 Aug 2023 12:20:03 +0100 Subject: [PATCH] (CAT-343) Audit modules and tools for references to travis. Removed all needless references to travis. --- README.md | 2 -- provision.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2fb0a454b..b321070aa 100644 --- a/README.md +++ b/README.md @@ -542,5 +542,3 @@ And run the tests from the root of the source code: ```text bundle exec rake parallel_spec ``` - -See also `.travis.yml` for information on running the acceptance and other tests. diff --git a/provision.yaml b/provision.yaml index f42a64731..98adb7e21 100644 --- a/provision.yaml +++ b/provision.yaml @@ -8,22 +8,22 @@ vagrant: images: - centos/7 - generic/ubuntu1804 -travis_deb: +docker_deb: provisioner: docker images: - litmusimage/debian:8 - litmusimage/debian:9 -travis_ub_6: +docker_ub_6: provisioner: docker images: - litmusimage/ubuntu:16.04 - litmusimage/ubuntu:18.04 - litmusimage/ubuntu:20.04 -travis_el7: +docker_el7: provisioner: docker images: - litmusimage/centos:7 -travis_el8: +docker_el8: provisioner: docker images: - litmusimage/centos:8