Skip to content

Commit afd916e

Browse files
committed
(CAT-343) Audit modules and tools for references to travis. Removed all needless references to travis.
1 parent 40d92f3 commit afd916e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,5 +542,3 @@ And run the tests from the root of the source code:
542542
```text
543543
bundle exec rake parallel_spec
544544
```
545-
546-
See also `.travis.yml` for information on running the acceptance and other tests.

provision.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ vagrant:
88
images:
99
- centos/7
1010
- generic/ubuntu1804
11-
travis_deb:
11+
docker_deb:
1212
provisioner: docker
1313
images:
1414
- litmusimage/debian:8
1515
- litmusimage/debian:9
16-
travis_ub_6:
16+
docker_ub_6:
1717
provisioner: docker
1818
images:
1919
- litmusimage/ubuntu:16.04
2020
- litmusimage/ubuntu:18.04
2121
- litmusimage/ubuntu:20.04
22-
travis_el7:
22+
docker_el7:
2323
provisioner: docker
2424
images:
2525
- litmusimage/centos:7
26-
travis_el8:
26+
docker_el8:
2727
provisioner: docker
2828
images:
2929
- litmusimage/centos:8

0 commit comments

Comments
 (0)