Skip to content

Commit

Permalink
.travis.yml: Various changes
Browse files Browse the repository at this point in the history
Install the xsltproc package, remove the deprecated 'sudo' keyword and
specify the Linux distribution explicitly.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
  • Loading branch information
bvanassche committed Jan 25, 2021
1 parent 10da1d2 commit 1112923
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ os:
- linux
- osx

dist: focal # 20.04

arch:
- amd64
- ppc64le
Expand All @@ -18,8 +20,7 @@ addons:
- librdmacm-dev
- make
- pkg-config

sudo: required
- xsltproc

script:
ci/build.sh

0 comments on commit 1112923

Please sign in to comment.