Skip to content

Commit

Permalink
Merge pull request #63 from Airblader/xsltproc-travis
Browse files Browse the repository at this point in the history
Install xsltproc for Travis
  • Loading branch information
Airblader authored Sep 25, 2020
2 parents e9d1b24 + dd26bf0 commit 6f94b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ branches:
install:
- sudo apt-get update
- sudo apt-get install asciidoc
- sudo apt-get install libx11-dev libxi-dev libxfixes-dev libev-dev
- sudo apt-get install libx11-dev libxi-dev libxfixes-dev libev-dev xsltproc
script:
- make -j8 all

0 comments on commit 6f94b74

Please sign in to comment.