Browse Source

.travis.yml: add note about test container

master
Harald Hoyer 4 years ago
parent
commit
74ba8f9e1d
  1. 1
      .travis.yml

1
.travis.yml

@ -43,6 +43,7 @@ before_script: @@ -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:

Loading…
Cancel
Save