diff options
author | Lukas Larsson <[email protected]> | 2018-05-03 09:17:15 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-05-03 09:38:35 +0200 |
commit | 30bc7fe1411fc97c733ec9d41ce57f3200a6e542 (patch) | |
tree | bd33810ccb5e6b433783d6560be16f03db78ac47 | |
parent | 65cd0e43158e38a3c42b00e7f591723226d235fb (diff) | |
download | otp-30bc7fe1411fc97c733ec9d41ce57f3200a6e542.tar.gz otp-30bc7fe1411fc97c733ec9d41ce57f3200a6e542.tar.bz2 otp-30bc7fe1411fc97c733ec9d41ce57f3200a6e542.zip |
Add xmllint to travis build
-rw-r--r-- | .travis.yml | 2 |
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: |