.travis.yml: Multiple changes

Install the xsltproc package, remove the deprecated 'sudo' keyword and
specify the Linux distribution explicitly.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
This commit is contained in:
Bart Van Assche
2021-01-24 15:44:48 -08:00
parent 10da1d269a
commit a2fa59bef0

View File

@@ -4,6 +4,8 @@ os:
- linux
- osx
dist: focal # 20.04
arch:
- amd64
- ppc64le
@@ -18,8 +20,7 @@ addons:
- librdmacm-dev
- make
- pkg-config
sudo: required
- xsltproc
script:
ci/build.sh