diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2020-09-25 17:23:16 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2020-09-29 17:55:39 +0200 |
commit | 7cd77fb02b9a2117a56fed172f09a1820fcd6b0b (patch) | |
tree | cf85f68f00ec2c004fccb574ce35d7aec7afdbdf /.travis.yml | |
parent | 1615aeaf1ff2581aa4a595433f72e5c79d3171aa (diff) |
Remove texinfo dependency from docker and CI configs
We don't need texinfo to build the docs any more, so we can
drop that dependency from our docker and other CI configs.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200925162316.21205-22-peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c75221dca3..bd9a6fc06c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -192,7 +192,6 @@ jobs: apt: packages: - python3-sphinx - - texinfo - perl |