Skip to content

Commit

Permalink
Merge pull request #1147 from puppetlabs/pdksync_CAT-343-Remove_travi…
Browse files Browse the repository at this point in the history
…s_refs

pdksync - (CAT-343) Audit modules and tools for references to travis. Removed all needless references to travis.
  • Loading branch information
jordanbreen28 authored Aug 10, 2023
2 parents 40d92f3 + afd916e commit b310fe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 4 additions & 4 deletions provision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b310fe6

Please sign in to comment.