Skip to content

Commit ff7c7fd

Browse files
committed
Added install of GraphViz dependency into Travis.
1 parent 63880d2 commit ff7c7fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: swift
22
osx_image: xcode9.2
33

4+
install:
5+
- brew install libtool
6+
- brew link libtool
7+
- brew install graphviz
8+
- brew link --overwrite graphviz
9+
410
script: ./generateAll.sh
511

612
deploy:

0 commit comments

Comments
 (0)