Skip to content

Commit

Permalink
Specify correct package for xmllint
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidpupil committed Jun 4, 2019
1 parent f0f632f commit 10bf3bc
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
@@ -1,7 +1,7 @@
language: bash
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq xmllint zip
- sudo apt-get install -qq libxml2-utils zip
script:
- bash test_and_build.sh
deploy:
Expand Down

0 comments on commit 10bf3bc

Please sign in to comment.