Skip to content

Commit 22a8f08

Browse files
committed
ci: Fix documentation generation
1 parent 06b1fe0 commit 22a8f08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: xenial
2+
dist: bionic
33
language: c++
44

55
env:
@@ -12,6 +12,7 @@ addons:
1212
apt:
1313
packages:
1414
- doxygen
15+
- graphviz
1516

1617
script:
1718
- pushd .

0 commit comments

Comments
 (0)