summaryrefslogtreecommitdiff
path: root/travis-ci/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* tests: install perl for CIZbigniew Jędrzejewski-Szmek2019-05-201-0/+1
| | | | It is useful for various tests (test-directives, test-udev, …).
* travis: get python installed while building a docker imageEvegeny Vereshchagin2018-06-051-0/+1
| | | | | | | | | | coverity.sh tries to run python, so it should be installed to make everything work. According to https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3#Current_status, python seems to be the right name of the package. Closes https://github.com/systemd/systemd/issues/9186.
* travis: drop ccache requirementMichal Sekletar2018-06-041-1/+0
|
* Install ccache in container.Omer Katz2018-05-221-0/+1
|
* Integration of Travis CI and Coverity Scan Analysis (#7691)Marek Čermák2018-01-111-0/+3
- Coverity scan analysis tasks run as scheduled cron jobs - Stage separation for Build, Test and Coverity scan phase - Travis CI now uses Fedora container to build and run tests - Containers are accessible from Docker Hub and failed builds can be reproduced and examined - coverity.sh: separate build and upload