Skip to content
Snippets Groups Projects
Commit c470ffe1 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Install graphviz before build.

parent d9c51915
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment