summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2012-05-29 18:03:06 -0400
committerAlan Antonuk <alan.antonuk@gmail.com>2012-05-29 18:03:06 -0400
commitb076b8e264f0681dcf77a3b33323b0079984b48d (patch)
tree09e9d26d4224b4e3ebf7b0954e1d2367a9ad5292
parent62cb49534558f562ec8792eec74ce892b3e3529c (diff)
downloadrabbitmq-c-github-ask-ssl-plumbing.tar.gz
Remove xmlto install from CI buildssl-plumbing
xmlto adds 2 minutes to the build time and we run out of space trying to build it.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 66b40e2..7e2cb5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ env:
# Make sure CMake is installed
install:
- - sudo apt-get install cmake libpopt-dev xmlto
+ - sudo apt-get install cmake libpopt-dev
# Run the Build script
script: