Skip to content

Commit 7c230ab

Browse files
committed
(CAT-343) Audit modules and tools for references to travis. Removed all needless references to travis.
1 parent b69ace0 commit 7c230ab

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,6 @@ And then run the unit tests:
401401
bundle exec rake spec
402402
```
403403

404-
The unit tests are run in Travis-CI as well. If you want to see the results of your own tests, register the service hook through Travis-CI via the accounts section for your GitHub clone of this project.
405-
406404
To run the system tests, make sure you also have:
407405

408406
* Vagrant > 1.2.x

Diff for: provision.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ 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
1616
- litmusimage/debian:10
17-
travis_ub_6:
17+
docker_ub_6:
1818
provisioner: docker
1919
images:
2020
- litmusimage/ubuntu:14.04
2121
- litmusimage/ubuntu:16.04
2222
- litmusimage/ubuntu:18.04
2323
- litmusimage/ubuntu:20.04
24-
travis_el7:
24+
docker_el7:
2525
provisioner: docker
2626
images:
2727
- litmusimage/centos:7
2828
- litmusimage/oraclelinux:7
2929
- litmusimage/scientificlinux:7
30-
travis_el8:
30+
docker_el8:
3131
provisioner: docker
3232
images:
3333
- litmusimage/centos:8

0 commit comments

Comments
 (0)