Skip to content

Commit

Permalink
[airos] install graphviz package on travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed Aug 14, 2017
1 parent bc892cd commit d6d8668
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: python
sudo: false
cache: pip

addons:
apt:
packages:
- graphviz

python:
- "3.5"
- "3.4"
Expand Down

0 comments on commit d6d8668

Please sign in to comment.