diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-30 20:07:21 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-08-30 20:17:12 -0700 |
commit | c470ffe1ac0fd15a88637493c82bbaad5e36258f (patch) | |
tree | 31d85d1be9c6022af1784f8e0188c8c69860fc2f | |
parent | d9c51915638a410ce4dd8fd8bf602f5f10a6500c (diff) | |
download | spack-c470ffe1ac0fd15a88637493c82bbaad5e36258f.tar.gz spack-c470ffe1ac0fd15a88637493c82bbaad5e36258f.tar.bz2 spack-c470ffe1ac0fd15a88637493c82bbaad5e36258f.tar.xz spack-c470ffe1ac0fd15a88637493c82bbaad5e36258f.zip |
Install graphviz before build.
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f9bf19148f..7961133c1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,12 @@ matrix: # Use new Travis infrastructure (Docker can't sudo yet) sudo: false +# Docs need graphviz to build +addons: + apt: + packages: + - graphviz + # Install various dependencies install: - pip install coveralls |