File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -542,5 +542,3 @@ And run the tests from the root of the source code:
542542``` text
543543bundle exec rake parallel_spec
544544```
545-
546- See also ` .travis.yml ` for information on running the acceptance and other tests.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments