Skip to content

Commit d6d8668

Browse files
committed
[airos] install graphviz package on travis build
1 parent bc892cd commit d6d8668

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: python
22
sudo: false
33
cache: pip
44

5+
addons:
6+
apt:
7+
packages:
8+
- graphviz
9+
510
python:
611
- "3.5"
712
- "3.4"

0 commit comments

Comments
 (0)