.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 - linux
- osx - osx
dist: focal # 20.04
arch: arch:
- amd64 - amd64
- ppc64le - ppc64le
@@ -18,8 +20,7 @@ addons:
- librdmacm-dev - librdmacm-dev
- make - make
- pkg-config - pkg-config
- xsltproc
sudo: required
script: script:
ci/build.sh ci/build.sh