This series converts the CI scripts to run the full testsuite in Fedora VMs instead of build-testing it directly in the Ubuntu CI environment. v2: run also on Rawhide in addition to the current stable release Demo Travis run: https://travis-ci.org/github/WOnder93/selinux-testsuite/builds/716827281 Ondrej Mosnacek (2): README: add perl-lib as a dependency travis: run the full testsuite on a Fedora VM .travis.yml | 68 +++++---------- README.md | 2 + travis-ci/LICENSE | 5 ++ travis-ci/enable-policy.sh | 10 --- travis-ci/run-kvm-test.sh | 124 ++++++++++++++++++++++++++++ travis-ci/run-testsuite.sh | 55 ++++++++++++ travis-ci/setup-policy-fedora.sh | 33 -------- travis-ci/setup-policy-refpolicy.sh | 21 ----- 8 files changed, 205 insertions(+), 113 deletions(-) create mode 100644 travis-ci/LICENSE delete mode 100644 travis-ci/enable-policy.sh create mode 100755 travis-ci/run-kvm-test.sh create mode 100755 travis-ci/run-testsuite.sh delete mode 100644 travis-ci/setup-policy-fedora.sh delete mode 100644 travis-ci/setup-policy-refpolicy.sh -- 2.26.2