From 74ba8f9e1d9a588db3c0482526cb980573c17b6c Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 28 Feb 2020 11:59:51 +0100 Subject: [PATCH] .travis.yml: add note about test container --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 46447c60..e9f62a98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ before_script: git describe --tags || : script: + ## The test container is created with https://github.com/dracutdevs/fedora-container - docker run --privileged -it -v $(pwd)/:/dracut quay.io/haraldh/dracut-fedora:$IMAGE /dracut/fedora-test.sh $IMAGE-$$ "$TESTS" notifications: