aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-05-03 09:17:15 +0200
committerLukas Larsson <[email protected]>2018-05-03 09:38:35 +0200
commit30bc7fe1411fc97c733ec9d41ce57f3200a6e542 (patch)
treebd33810ccb5e6b433783d6560be16f03db78ac47 /.travis.yml
parent65cd0e43158e38a3c42b00e7f591723226d235fb (diff)
downloadotp-30bc7fe1411fc97c733ec9d41ce57f3200a6e542.tar.gz
otp-30bc7fe1411fc97c733ec9d41ce57f3200a6e542.tar.bz2
otp-30bc7fe1411fc97c733ec9d41ce57f3200a6e542.zip
Add xmllint to travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 88a4c46f77..5499eb22c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ addons:
- default-jdk
- g++
- xsltproc
+ - libxml2-utils
matrix:
include:
@@ -39,6 +40,7 @@ matrix:
- ./scripts/build-otp
- ./otp_build tests
- make release_docs
+ - make xmllint
- ./scripts/run-smoke-tests
before_script: